Jump to content
xisto Community
Sign in to follow this  
Tramposch

Programming Batch Job

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.