Computer Hope

Microsoft => Microsoft DOS => Topic started by: jaydo1 on August 05, 2004, 06:26:23 PM

Title: how to automate saving file with batch?
Post by: jaydo1 on August 05, 2004, 06:26:23 PM
Can any body please help? does any body have  batch file which can automate the saving of a file to a server .It will need to run every night at a set time?  
Title: Re: how to automate saving file with batch?
Post by: merlin_2 on August 05, 2004, 06:35:43 PM
http://www.iopus.com/guides/batch.htm
Title: Re: how to automate saving file with batch?
Post by: MalikTous on August 07, 2004, 11:27:40 AM
KirbyFooty (http://www.kirbyfooty.com) distributes a freeware Windows cron utility KirbyAlarm which will do this - and will even do it when the machine next starts up if it was off when the backup would normally be done. You can have KirbyAlarm either copy the file directly to the backup location or access a batch file to do it.

Otherwise, you will need an MSDOS utility that emulates UNIX cron to act as a timer and start the batch file.
Title: Re: how to automate saving file with batch?
Post by: yeah right on August 10, 2004, 09:03:12 AM
should be fairly easy, you can use windows task scheduler to do this or the AT command to set it on a timer.