• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

workable batch file?

mongoose

SOH-CM-2025
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