Skip to content

Commit

Permalink
better backup for default file Dymola\insert\displayunit.mos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMatejak committed Feb 6, 2014
1 parent 3d71b1b commit dab6089
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -10,6 +10,7 @@ if "%1"=="" set DYMOLADIR=%DEFAULT_DYMOLADIR%

echo Chosen Dymola directory is "%DYMOLADIR%".

copy "%DYMOLADIR%\insert\displayunit.mos" "displayunit.mos-install_%date%_%time::=-%.bak"
if not exist "displayunit.mos.bak" copy "%DYMOLADIR%\insert\displayunit.mos" "displayunit.mos.bak"
xcopy displayunit.mos "%DYMOLADIR%\insert\"

Expand Down

0 comments on commit dab6089

Please sign in to comment.