I have written several batch files to synchronize files/folders across multiple drives. And they used to work great, but now they work some of the time, but not always. The commands that periodically fail are:
for %I in (%_drives%) do gosub begin
and
for /D %I in (*.*) do gosub doit
Any help would be appreciated.
for %I in (%_drives%) do gosub begin
and
for /D %I in (*.*) do gosub doit
Any help would be appreciated.