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.
Sending batch files to background?
Name: Jack Date: August 26, 2002 at 12:01:33 Pacific
Comment:
I Currently have a batch that I made running on startup wich checks to make sure all of the computers on my network have the correct time on them. My question: Is there a way to send the batch file to the background so that I wont have to see everytime I start up my computer?
Name: Matthew Date: August 26, 2002 at 13:30:40 Pacific
Reply:
I usually set up a shortcut which has something like 'cmd.exe /c somefile.bat' then set the shortcut's property option to run minimized.
0
Response Number 2
Name: kokpoh Date: August 26, 2002 at 17:44:50 Pacific
Reply:
if u r doing time sync, that's what I have done for few days ago. There are a freeware from a well known time server for u to download, it will run at the background all time and sync time almost everyday or everyminutes
if u want to know more, please email to me.
:)
0
Response Number 3
Name: rwbrick Date: August 27, 2002 at 00:24:47 Pacific
Reply:
For just running BAT files in the background, I kinda second Matthew: I simply add the batch file to Startup list in the Start-Programs menu. Then rgt-clk to get Properties and set the shortcut option to Run Minimized.
0
Response Number 4
Name: jack Date: August 28, 2002 at 11:25:52 Pacific
Reply:
Thanks for the help guys....running the batch minimized on startup works great.
Summary: Hi i have 7 computers running w2k as client and one server. I would like to ceate a batch file to delete the temp,histroy,cookies and temporary internet files everytime they logoff. here is what i hav...
Summary: Anyone can help me how to use command and batch file to configurate the Group Policy in Windows2000 ? like registry use "reg.exe" to configurate manually. ...
Summary: Hi there. I may have posted this in the wrong topic area before, so I thought I would try moving it here. I have just recently found myself in the realm of writing batch files, so bear with my in my i...