workable batch file?

mongoose

SOH-CM-2023
Can one have a batch file to copy one folder onto another such as

copy "C:\CFS3 TOW 1 update\aircraft xdps\no spawn aircraft\aircraft" "C:\CFS3 TOW 1 update\aircraft"

AFAIK the folder locations for both are correct.

The other one is

copy "C:\CFS3 TOW 1 update\aircraft xdps\spawn aircaft\aircraft" C:\CFS3 TOW 1 update\aircraft"


I have not pr oblem with copying files such as

copy "C:\CFS3 TOW 1 update\sounds\uimusic\LW_NJG_Komm_Zuruck\uimusic.wav" "C:\CFS3 TOW 1 update\sounds\"
 
James

I am pretty rusty but I did a quick search and found this:

[FONT=&quot]The batch command [/FONT]XCOPY[FONT=&quot] is similar to [/FONT]COPY[FONT=&quot] command but [/FONT]COPY[FONT=&quot] command copies single file whereas [/FONT]XCOPY[FONT=&quot] command copies entire directories including subdirectories.[/FONT]
 
Back
Top