V
Vital Miranda
I’m trying to copy 250 files (music files) from a DVD (containing almost 2000
files) to a folder in my computer (C:\KVM).
Since the name of the files I want to copy to my computer are listed in an
excel spreadsheet, I created a batch file (bat), which uses the copy command
for each of the 250 songs in the following format:
COPY D:\Name of File 1 C:\KVM
COPY D:\Name of File 2 C:\KVM
COPY D:\Name of File 3 C:\KVM
and so on
However, after executing/running the batch file in DOS mode from within
Windows XP I get the following error message for each of the lines:
“The system cannot find the file specifiedâ€
Bellow is just a little sample of my BAT file.
COPY D:\Akon - Smack That - Konvicted.mp3 C:\KVM\
COPY D:\Barthezz - On The Move - On The Move.mp3 C:\KVM\
COPY D:\Benny Benassi_The Biz - Satisfaction - Hypnotica.mp3 C:\KVM\
COPY D:\Amber - Yes - Naked.mp3 C:\KVM\
COPY D:\Cirrus - Boomerang [The Light Mix] - Trance Universe.mp3 C:\KVM\
Is there something that I’m doing wrong? Why the system cannot find the file
when the address and name of the file indicated is correct?
Is there any automatic way in Win XP to do this type of operation (using the
list from Excel) without having to manually find the file in the DVD and drag
it to the folder in the computer?
files) to a folder in my computer (C:\KVM).
Since the name of the files I want to copy to my computer are listed in an
excel spreadsheet, I created a batch file (bat), which uses the copy command
for each of the 250 songs in the following format:
COPY D:\Name of File 1 C:\KVM
COPY D:\Name of File 2 C:\KVM
COPY D:\Name of File 3 C:\KVM
and so on
However, after executing/running the batch file in DOS mode from within
Windows XP I get the following error message for each of the lines:
“The system cannot find the file specifiedâ€
Bellow is just a little sample of my BAT file.
COPY D:\Akon - Smack That - Konvicted.mp3 C:\KVM\
COPY D:\Barthezz - On The Move - On The Move.mp3 C:\KVM\
COPY D:\Benny Benassi_The Biz - Satisfaction - Hypnotica.mp3 C:\KVM\
COPY D:\Amber - Yes - Naked.mp3 C:\KVM\
COPY D:\Cirrus - Boomerang [The Light Mix] - Trance Universe.mp3 C:\KVM\
Is there something that I’m doing wrong? Why the system cannot find the file
when the address and name of the file indicated is correct?
Is there any automatic way in Win XP to do this type of operation (using the
list from Excel) without having to manually find the file in the DVD and drag
it to the folder in the computer?