help

M

madrigal

i just got confuse, how can i transfer my file using dos commands on
other hardisk, assuming dat my driver has no space already.
im using dis command:
E:\copy /b "VTS_01_1.VOB" + "VTS_01_1.VOB" "12.VOB ( i want to transfer
it directly to other hardisk assuming that my drive e: is already full.
IF this command is not valid how is the proper way?
correct me if im wrong pls, how is the correct construction for that
dos command? help pls! thanks!
 
B

Bill Starbuck

E:\copy /b "VTS_01_1.VOB" + "VTS_01_1.VOB" "12.VOB

Your plus sign tells Windows to aggregate two copies of the file into
one longer file. Do not try to aggregate two files into one. Transfer
the file simply. Also, you must specify the drive to which you want to
transfer.

Copy /B E:VTS_01_1.VOB J:VTS_01_1.VOB

where J: is the drive to which you want to transfer.

Bill Starbuck (MVP)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top