make cmd file, put Yourfiles beside this cmd files,
then put the cmd in the RunExOnce.cmd or cmdlines.txt
take an example;
CODE
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