August 10, 200521 yr 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
August 10, 200521 yr 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
August 10, 200521 yr make cmd file, put Yourfiles beside this cmd files,then put the cmd in the RunExOnce.cmd or cmdlines.txttake an example;cls@echo offECHO ACDSee 7.0 PowerPack FullREGEDIT /S %CDROM%\Softwares\ACDSee\ACDSee.regcopy /Y copytest.txt "C:\Program Files\Common Files\ACD Systems\EN"EXITthis will copy the (copytest.txt) from the CD to EN Folder
Create an account or sign in to comment