Skip to content

Commit

Permalink
Update create_scenario.cmd to create output and skims folders
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavasana authored Oct 25, 2024
1 parent e8f6bce commit 8522ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/create_scenario.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ md %SCENARIO_FOLDER%\%%i)
rem grant full permissions to scenario folder
cacls %SCENARIO_FOLDER% /t /e /g Everyone:f

mkdir %SCENARIO_FOLDER%\output\skims

rem setup model folders
xcopy /Y .\common\application\"*.*" %SCENARIO_FOLDER%\application
xcopy /E/Y/i .\common\application\GnuWin32\"*.*" %SCENARIO_FOLDER%\application\GnuWin32
Expand All @@ -33,7 +35,6 @@ xcopy /Y .\common\uec\"*.*" %SCENARIO_FOLDER%\uec
xcopy /Y .\common\bin\"*.*" %SCENARIO_FOLDER%\bin
rem xcopy /Y .\conf\%YEAR%\"*.*" %SCENARIO_FOLDER%\conf
xcopy /Y .\common\conf\"*.*" %SCENARIO_FOLDER%\conf
xcopy /Y .\common\output\"*.*" %SCENARIO_FOLDER%\output
xcopy /Y/s/E .\common\input\input_checker\"*.*" %SCENARIO_FOLDER%\input_checker
xcopy /Y/s/E .\common\src\asim\"*.*" %SCENARIO_FOLDER%\src\asim
xcopy /Y/s/E .\common\src\asim-cvm\"*.*" %SCENARIO_FOLDER%\src\asim-cvm
Expand Down

0 comments on commit 8522ff4

Please sign in to comment.