Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Reset TS login via batch file autom
Name: hismail Date: April 28, 2006 at 06:32:53 Pacific OS: Windows 2000 CPU/Ram: 2gig/4gig Product: Intel
Comment:
Hi I would like to know how to reset a TS login via a batch file according to the error of the application. I tried doing this ,but as you can see it only looks for " Discon" session from the query of my command: qwinsta|find "Disc" > disc.lst for /f "skip=1 tokens=2," %%i in (disc.lst) DO LOGOFF %%i
I need to set the errorlevel variable Any ideas will be highly appreciated
Summary: Is there anyway to reboot windows 2000 via a batch file? In the old days, you could use the debug command in dos to create a exe (reboot.com) that would reboot the system. Can you do something simil...
Summary: Greetings. I have a login script / batch file on a Windows NT 4.0 server that replicates in our domain. The login script will map drive letters for my customers and has a couple of call commands. Thes...
Summary: Hello everyone. Can anybody please tell me the command(s) I should enter on the last line(s) of a batch file in order to have the machine pause for 10 seconds after all commands have been run and the...