shutdown.exe timer
- by user311130
hey,
tryingto run
shutdown.exe -l -t 10
only showed shutdown help manual.
I thought of unekegant but working solution of
ping -n 10 localhost
shutdown.exe -l
How wasty is is that solution?
I thought of downloading sleep.exe, but I want my bat file to work on machine with no previuse preperations.
any more ideas?
Thanks