Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file to run on log off
Name: umark Date: April 8, 2004 at 06:20:41 Pacific OS: win 2000 CPU/Ram: p4,512mb
Comment:
Hi, can some one please help!
How can i get a batch file to run when ever someone logs off a computer. Is this possible?
Also how can i get a batchfile to run when the computer is switched off?
Summary: Hi, I'am trying to schedule a batch file to run on a remote computer by using the AT command. When this batchfile is stored locally on the remote pc it works fine. But i want to run a batch file which...
Summary: I want to avoid user input while my batch file is running on an NT 4.0 server. No control-Break or control-C. The dos BREAK=OFF doesn't work, alas. I can't get the ctty NUL to work either. I have...
Summary: Hi. I am in the process of converting a Win98 batch file to run on NT, and have overcome most of the hurdles, including switching from "move" to "xcopy" and for existence of files vs. directories. I...