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.
Run a batch file without task sched
Name: boanasel Date: May 2, 2003 at 11:16:46 Pacific OS: Win 98se CPU/Ram: Athlon 1600+
Comment:
I have a batch file which copies files from one drive to another at 01:30am in the morning by using task scheduler.is it posible to do this without task scheduler and if so could you please let me know.
If you don't use the Task Scheduler, then the only other way would be to always have your own program running in the background that is running and checking the time and that starts the Batch file. Task Scheduler is much easer to use and you don't have to write (or get) another program.
Summary: How do I run a batch file once a week? I have written a batch file to copy across drives on my network to backup data. But I want to write a part of it which will only run the whole programm once a w...
Summary: hi, Is it possible to run a batch file silently e.g. no dos window up and the batch process running quietly. If so could someone tell me the sntax please. all i've found is the /m command which only m...
Summary: I figured out the first problem....but now i need to run the batch file minimized. I know how to set that manually, but would like for the program to set this. Is it possible and if so how? I am c...