(09-16-2022, 03:18 PM)Pete Wrote: I like using dots but mostly just when I use TYPEs, for the same reason.
Does it also get into making multiple sub-directories like: myfolder/folder1, myfolder/folder2, etc.? I used to useĀ a FOR/NEXT loop to assign sub-folders numbers with a MKDIR loop for that.
Pete
@pete: Yes! I could easily add multiple paths on input. For example:
\temp1, \temp2, ...
and in quotes:
"\dir1\", "\dir2\", ...
in the attached file...
also adds GetLastError DisplayWinErrr.