Skip to content

Commit

Permalink
Merge branch 'ABM3_develop' of https://github.com/SANDAG/ABM into ABM…
Browse files Browse the repository at this point in the history
…3_develop
  • Loading branch information
bhargavasana committed May 23, 2024
2 parents 8f42d1f + 12905be commit db6acd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/copy_networks.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ set FILE_LIST=EMMEOutputs.gdb trlink.csv trrt.csv trstop.csv tap.elev tap.ptype

@echo %FILE_LIST%

for %%i in (%FILE_LIST%) do (
@echo Copying and overwriting %1\%%i
xcopy /Y %1\%%i %2)
xcopy /s/Y %1\"*.*" %2

goto :eof

Expand Down

0 comments on commit db6acd4

Please sign in to comment.