hi there,
i was wondering if it's possible to make a cmd script to copy files from the CD to a directory?
can someone help me?
thanx in advance
Page 1 of 1
cmd to copy files
#2
Posted 10 August 2005 - 05:16 AM
yes it is possible.
you'd be better doing a WinRAR SFX so it silently extract the files to your destination.
It has been asked and answered before, so a quick search will give you the results your after
you'd be better doing a WinRAR SFX so it silently extract the files to your destination.
It has been asked and answered before, so a quick search will give you the results your after
#3
Posted 10 August 2005 - 02:23 PM
make cmd file, put Yourfiles beside this cmd files,
then put the cmd in the RunExOnce.cmd or cmdlines.txt
take an example;
this will copy the (copytest.txt) from the CD to EN Folder
then put the cmd in the RunExOnce.cmd or cmdlines.txt
take an example;
cls @echo off ECHO ACDSee 7.0 PowerPack Full REGEDIT /S %CDROM%\Softwares\ACDSee\ACDSee.reg copy /Y copytest.txt "C:\Program Files\Common Files\ACD Systems\EN" EXIT
this will copy the (copytest.txt) from the CD to EN Folder
Share this topic:
Page 1 of 1



Help
Back to top









