Hi
I have a command like so
for /d %a in (PA*.*) do copy /s %a\%a2009\%a200907\*.* m:\ZipStorage\OpenTV\UK\Programs\%a\%a2009\%a200907
Now it works out that the destination directories dont exist but TCC 9.02.157 creates all the intermediate destination directories to populate the final equivalent sub-directories with data files.
- good, exactly what I want.
But if I try the same command under 4NT 8.02.103, it barfs as the destination directories dont exist with
"Directory not found in M:\zipstorage..."
I was not aware of this 4NT8.02/TCC 9.02 difference.
Is there a way of getting 4NT 8.02 to do the same?
Would it help if this was 8.02.106 ?
Cheers
Stephen Howe
I have a command like so
for /d %a in (PA*.*) do copy /s %a\%a2009\%a200907\*.* m:\ZipStorage\OpenTV\UK\Programs\%a\%a2009\%a200907
Now it works out that the destination directories dont exist but TCC 9.02.157 creates all the intermediate destination directories to populate the final equivalent sub-directories with data files.
- good, exactly what I want.
But if I try the same command under 4NT 8.02.103, it barfs as the destination directories dont exist with
"Directory not found in M:\zipstorage..."
I was not aware of this 4NT8.02/TCC 9.02 difference.
Is there a way of getting 4NT 8.02 to do the same?
Would it help if this was 8.02.106 ?
Cheers
Stephen Howe