Jump to content

cmd to copy files


tha_inspecta

Recommended Posts


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

Link to comment
Share on other sites

make cmd file, put Yourfiles beside this cmd files,

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...