Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Commandline tricks

 Keywords:  Windows Command line tricks

Windows Command-line tricks


Here's as trick, to disable the keyboard and mouse, but it only seems to work on Windows 95 / 98 (Systems that have Both RunDll32.dll and rundll.exe).

The following commands are not supported on Windows NT /2000. They will have no affect on NT/2000.

NOTE: Once this command is called you will *have* to REBOOT you system to get the MOUSE back.

Run("rundll32.exe","mouse,disable")
NOTE: Once this command is called you will *have* to REBOOT you system to get the KEYBOARD back.
Run("rundll32.exe","keyboard,disable")



Article ID:   W14600
Filename:   Commandline tricks.txt