Help - Search - Members - Calendar
Full Version: cmd to copy files
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
tha_inspecta
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
oioldman
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
Wesmosis
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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.