Search : in
By :

Need to create a batch file copy

Carlos, on Oct 15, 2009 10:23:49 pm BST 
 Report this message to moderators

Hello,
I need to create a batch file copy so I can copy a file (YYYYMM01.IDB) to the previous month's folder (YYYY-MM). For example:
E:\ArchiveData\2008-12\20081201.IDB needs to be copied to E:\ArchiveData\2008-11\

I'll be running this script once a month, indefinately, thru the scheduler on windows.

Thank for the help!

Configuration: Windows XP Internet Explorer 7.0

Best answers for « Need to create a batch file copy » in :
[Shell]Create a file having a specific size ShowShell]Create a file having a specific size The dd command allows you to create "empty" file of desired size, creating these arbitrary heavy files, may be useful for testing purposes. Use command below: dd if=/dev/zero of=file_to...
[Batch File]Time based actions Show[Batch File]Time based actions Issue Solution Issue Upon creating a batch file you want that certain line of batch file is executed after every second (not all the program only certain line). In VB we can do it using the Timer...
Writing in batch in text file ShowWriting in batch in text file To write in a file text, you just have to use a redirect: echo text > output_file.txt To write in an existing file: echo " Write at the end of the file ">> output_file.txt
Download LC ISO Creator ShowLC ISO Creator is very simple: it allows to create a .ISO file from your CD. Then, it allows you to burn these ISO files, to use CD emulation software (in order not to use any more the original CD) or to make a backup copy. The software is...
Download Shadow Copy ShowNormally, the administrators of files as the explorer Windows do not allow the copy of opened or blocked files. For instance if you are treating a document Word, you have no possibility of copying it in another file during its edition. Shadow Copy is...