PDA

View Full Version : Solved: batch file in dos



CCkfm2000
10-21-2005, 04:47 AM
hi,
new to creating batch files.

i need a batch file in xp to copy a file from 1 drive to another.
from
f (drive) dispacher kfm (folder) case adjustment.xls(file)
to
c (drive) dispatcher business continity files (folder).

and over write the file in c drive.

or is there any other way.

please help

thanks :help

CCkfm2000
10-21-2005, 06:49 AM
thanks

found a way.

mdmackillop
10-21-2005, 09:05 AM
Hi,
Would you mind posting your solution for other questioners who find their way here?
Regards
MD

CCkfm2000
10-24-2005, 05:01 PM
hi,

here it is...

copy "F:\Dispatcher KFM\Case adjustment.xls" "C:\Dispatcher Business Continuity files\" /v


thats it.. :devil: