This thread, MiggyD, is titled Batch Files. The best link in Google is to use "Batch files" (with the quotes) as the search term.
There are several other threads in various forums here which start with something like "Need help with .Bat file" etc.
To misquote you - The applications should take care of that - many don't! Many are written without thought to real users needs. I had an email recently which went:
"Although you can image sequentially on a timer like the old version, whatever you instruct the software to call the sequence of file names is ignored in the dialog box. So instead of producing a sequence called Blog001.img, Blog002.img etc, every set of files is labelled NEW001.img, NEW002.img etc. Renaming these manually in Explorer is going to be a major pain in the !@*#"
The answer was of course (under WindowsXP) to use the REN command. Since this was to be a routine problem, I suggested that the user checked out Batch files, and wrote one called process.bat that would be used by typing "process blog" in order to create a new folder called "blog", rename the NEW*.img files to blog*.img and move these files to the new blog folder. Although the user has limited VB experience, and zero on batch files, he had little problem in finding out how to pass an argument to the batch file, to use the md, cd, ren, and move commands to reach the solution he needed.
I didn't actually write the file for him because it was a good opportunity for a learning experience, and he agreed.
Forgive me, but Tek-Tips states "Technical Work Forums for Computer Professionals" not 'AVERAGE USER', and 60-odd commands hardly expose the intricacies of the XP OS!
Now , a challenge, MiggyD, if you are up to it!
As Top Expert of this forum, I guess you must be a bit of a whizz with BASIC, eh?
On the link on my previous post, on the batch files page on that site, there is a 2k download of a batch file which is called "allhelp.bat". It works in NT, 2000 and XP to produce a html page with links to help for all the commands available at the operating system command prompt. The source is also on the site.
Can you write a BASIC program to do the same? If you can, which is the fastest, the batch file or the BASIC program?
Good luck!