Name: sheen 2009-07-19 16:30
i need some help here guys
righttt, im making a small batch file that will shut down a desktop this is what ive got so far
"@echo off
echo goodbye desktop
taskkill /PID explorer.exe
pause
exit"
i guess i need something to press the enter button, how do i do this?
righttt, im making a small batch file that will shut down a desktop this is what ive got so far
"@echo off
echo goodbye desktop
taskkill /PID explorer.exe
pause
exit"
i guess i need something to press the enter button, how do i do this?