Disabling...
Posted: 14 Jan 2011 14:18
How can I disable the mouse and keyboard with a batch file?
Code: Select all
rundll32 mouse, disable
rundll32 keyboard, disable
walter4991 wrote:I had found this:Code: Select all
rundll32 mouse, disable
rundll32 keyboard, disable
but do not work.
walter4991 wrote:another question: how can I write the input line in a text file?
Code: Select all
set /p "var="
>test.txt echo %var%