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.
start a batch when you logon.
Name: rjone187 Date: February 23, 2009 at 20:52:28 Pacific OS: Windows XP sp2 CPU/Ram: - Product: Intel / - Subcategory: Batch
Comment:
Ok, i use a windows server 2003 and i want a batch file to open when they logon in. But they are not admisitrators so they cant get to the startup folder. How can i get them (the users) to get their batch file (that they have created) to load when they logon. now i cant do a time or count timer for they logon at different times. Help!
Name: stephenturns Date: February 23, 2009 at 21:22:07 Pacific
Reply:
I take it your running an ad domain for your users? Under there profile in ADUC point to the batch script to load when they log in to the domain. If would take some admin on your side to configure each user for there individual batch file (assuming they are all different).
0
Response Number 2
Name: rjone187 Date: February 25, 2009 at 15:15:45 Pacific
Summary: There is no way to trap a log out of the blue running a batch script. You need patiently to walk through your code and add echo commands or redirect the output of tools involved into a log file plann...
Summary: Ok so heres the problem. I am trying to make a batch file that will autorun on a cd and delete a text file I have on my desktop. The autorun works and the batch file does so only if its run twice with...
Summary: Hi I'm sending files to a friend that have been split using a program and they are joined back together by a batch script using copy /b The thing is I want to add to that script and have it check th...