neillsmob
05-26-2003, 03:03 PM
I have this question that I'm not that sure of, I think I now the answer but again not sure.Here we go...
A user wants a batch file which copies all of their files from the C:\FINANCE and C:\DOCUMENTS directories onto a floppy disk and then lists the contents of the floppy disk.Write a batch file to do this. And my answer to the question is....
@ echo off
C:
cd\
copy C:\Finance\*.*A:
copy C:\Documents\*.*A:
cd\
cls
dir A:
hope I have wrote it out write. Thx for any response :)
A user wants a batch file which copies all of their files from the C:\FINANCE and C:\DOCUMENTS directories onto a floppy disk and then lists the contents of the floppy disk.Write a batch file to do this. And my answer to the question is....
@ echo off
C:
cd\
copy C:\Finance\*.*A:
copy C:\Documents\*.*A:
cd\
cls
dir A:
hope I have wrote it out write. Thx for any response :)