Tramposch 1 Report post Posted May 28, 2007 I want to know how to make a batch file that will run a program at a certain time of day, like a scheduled thing, but i want it in a batch.. lol.. Easy enough?If you give me permission i can edit it to the program i want Lol.. just put it in code tags! Thanks! Notice from BuffaloHELP: Topic title must be specific. Modified. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 28, 2007 What you are looking for is called a 'cronjob' and would be available once you are Hosted.Various Operating Systems have different systems in place for Task Managers to perform these 'scheduled' jobs. Windows has theirs stuffed away under Start > Programs > Accessories > System Tools > Scheduled Tasks. Might start there to see what you can find if you are running XP. Share this post Link to post Share on other sites
Tramposch 1 Report post Posted May 28, 2007 Yeah i looked at that.. (@jlhaslip) but i cant get the.. code. i guess. for a .bat.. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 28, 2007 For information about Batch files, start here: http://www.computerhope.com/batch.htmOr use the search feature to check if there is anything in the tutorials here on the Xisto. Share this post Link to post Share on other sites
nol 0 Report post Posted May 28, 2007 dude, tramposch, if u can get that to work tell me, cuz then we might be able to make it so the server runs ever 30m, making it a 24/7 thing..That would be like awesome! Share this post Link to post Share on other sites
Tramposch 1 Report post Posted May 28, 2007 Didn't you say you knew how to do this nate -.-.. Thanks for your help guys, ill work on it, and tell you my result. Share this post Link to post Share on other sites
euthats 0 Report post Posted December 27, 2007 You can create a simple batch file with the following...open notepad, then type the following: @echo offstart "notepad.exe"exit save as filename.cmd or batthen save it.Use scheduled tasks to run it in a particular day or time.... Share this post Link to post Share on other sites