Copy a file every few minutes automatically ?

  • Thread starter Thread starter -Bob-
  • Start date Start date
B

-Bob-

Is there some way to set up a "batch" job that will catch a copy
of a particular file at a fixed interval... maybe every two minutes ?

I know how to write DOS batch files but I don't know how to get it to
fire automatically. I assume I'd need to use some kind of date/time
stamp to make the file names unique but if anyone has any better ideas
I'd appreciate it.

Thanks,
 
there are ftp programs that can do that automatically including the
timestamp in the name. i have written a couple special ones in vb that are
pretty simple to do a similar job either from a web site or just on a single
machine. you could also use the windows task scheduler to start a batch
file periodically, but getting a time stamp in the filename is not that easy
this way.
 
Write the batch files and then fire them off with either the AT command or
by using Scheduled Tasks in the control panel.
 
Write the batch files and then fire them off with either the AT command or
by using Scheduled Tasks in the control panel.


I can probably figure out the batch file without difficulty... is
there a simple guide on the AT command or "scheduled tasks" ?

Thanks,
 
At the CMD prompt

AT /?

-Bob- said:
I can probably figure out the batch file without difficulty... is
there a simple guide on the AT command or "scheduled tasks" ?

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top