Waidesworld
Technical User
I have a batch file with some of the following commands:
xcopy \winnt c:\winnt /e/i/h
xcopy \temp c:\temp /e/i/h
c:
cd program files
md mfs
xcopy \mfs c:\program files\mfs /e/i/h
cd..
But the contents of the MFS folder don't copy across. Is it simple? yeah if you know it, but alas not for me.
xcopy \winnt c:\winnt /e/i/h
xcopy \temp c:\temp /e/i/h
c:
cd program files
md mfs
xcopy \mfs c:\program files\mfs /e/i/h
cd..
But the contents of the MFS folder don't copy across. Is it simple? yeah if you know it, but alas not for me.