Answer» Hello,
Basically, i want to make a BATCH file that checks if a folder exists, and if it does, create the same folder but with a 1 (or 2 if 1 exists, 3 if 2 exists and so on) at the end. Or maybe make it foldername with the date at the end.
I am making this for a little batch program that automatically copy's my music folder, and those of my friends, by only plugging my USB drive in their computer (with permission ofcourse ).
THANKS in advance!Rather than testing for a folder, why not ask for a new folder name? If you are going to insert the USB thing by hand, TAKE a few seconds to give a descriptive name. Otherwise, soon have two dozen folders like this mp3(1) mp3(2) mp3(3) mp3(4) mp3(5) ... Would your rather not have: Andy.mp Cool.mp Easy.mp Far-Out.mp Hervey.mp Think about it. There are some things you really don't want the computer to do. Like classify your music TASTE.
|