mubs
Storage? I am Storage!
I'd like to automate something for a client - file copy based on some logic.
Folder "P" keeps accumulating files (it lives on a dedicated 250 GB drive). Periodically, the new files added to folder "P" need to be copied to sub-folders inside folder "Q" (on another drive). The sub-folders are temporary holding places for the files and will be emptied when processing is done, so they are empty at the start of this process. The sub-folders need to be CD-sized, ie., ~640MB or ~690MB. Copy will start with the first sub-folder in "Q" as destination, and when it approaches CD-size, switch to the next sub-folder in "Q". The number of new files generated in a given period is indeterminate. The individual files range in size from ~20MB to ~55MB.
I was thinking that maybe a script could do this. My days of scripting batch files are long gone, but I'm willing to learn Windows scripting. The issues here are destination folder size monitoring and date comparisons (some way of knowing which the newly added files are; either keyboard input for start date, or saved/read from a text file).
The m/c is running WinXP Pro, and performance is not an issue; a "start it and go for a coffee" type solution is fine.
I know this can be done in VB or C++ and similar tools, but I'm looking for simpler tools than that. Anything more expensive (e.g. VB) than a decent shareware-type price is a no-go. I have no idea what tools I could use, and where to find them.
Do I make sense?
Any pointers and advice would be greatly appreciated.
Folder "P" keeps accumulating files (it lives on a dedicated 250 GB drive). Periodically, the new files added to folder "P" need to be copied to sub-folders inside folder "Q" (on another drive). The sub-folders are temporary holding places for the files and will be emptied when processing is done, so they are empty at the start of this process. The sub-folders need to be CD-sized, ie., ~640MB or ~690MB. Copy will start with the first sub-folder in "Q" as destination, and when it approaches CD-size, switch to the next sub-folder in "Q". The number of new files generated in a given period is indeterminate. The individual files range in size from ~20MB to ~55MB.
I was thinking that maybe a script could do this. My days of scripting batch files are long gone, but I'm willing to learn Windows scripting. The issues here are destination folder size monitoring and date comparisons (some way of knowing which the newly added files are; either keyboard input for start date, or saved/read from a text file).
The m/c is running WinXP Pro, and performance is not an issue; a "start it and go for a coffee" type solution is fine.
I know this can be done in VB or C++ and similar tools, but I'm looking for simpler tools than that. Anything more expensive (e.g. VB) than a decent shareware-type price is a no-go. I have no idea what tools I could use, and where to find them.
Do I make sense?
Any pointers and advice would be greatly appreciated.