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.
Script to move/delete files
Name: sreg73 Date: January 8, 2007 at 07:45:20 Pacific OS: Win 2003 Server CPU/Ram: 3.2 GHZ / 3.5 GB Product: HP DL 380
Comment:
I am trying to write a batch script that moves all files from one network folder to another network folder. On the destination folder, I need to delete any files older than 3 days from after the move occurred. So if they files were moved on 1/8/07, they need to be deleted after 1/11/07. Here's what I have so far:
Name: Mechanix2Go Date: January 9, 2007 at 05:19:20 Pacific
Reply:
What is this line trying to do and what is fs?
echo %*|fs /c:"Database backed up:"||exit 1
Basically 'deleting older than' entails 'date math' and if you cruise through the last few hundred msgs, you'll see that no one has had much luck.
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: sreg73 Date: January 10, 2007 at 05:06:59 Pacific
Reply:
The line echo %*|fs /c:"Database backed up:"||exit 1 just basically echos out some information about the database being backed up. If I could just get the move part working, that would be fine. I was trying to use a For statement and I came up with something like this: for %%B in (X:\ABC\*.BAK) do (move %%B Y:\USA Backup) This line works in a live DOS session, but does not work when I run the script. Thanks!
0
Response Number 3
Name: Mechanix2Go Date: January 10, 2007 at 05:29:02 Pacific
Reply:
I still don't get what's up with fs and exit.
===================================== If at first you don't succeed, you're about average.
Summary: Hi, I have used IDL to generate data from MODIS satellite images of array based, which has been stored into files named- testop.400.215.dat, testop.400.216.dat etc etc. The text is arranged into 3 col...
Summary: I Need to move files i cannot see. I have acess to the folder but do not know what is in the folder and wish to move all files to another location (keeping diretory structure) and delete the originals...
Summary: Thank you very much for the response.. Based on the file name we need to segregate..File name specific. Eg. we have File A,File B,File C and folder F1,F2 and F3 File A and B should go to F2 and File ...