Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

View File

@@ -0,0 +1,12 @@
@ECHO OFF
xcopy C:\Development\Proms\Formats\fmtall\. "c:\development\PROMS FORMATS\fmtall" /Y
if ERRORLEVEL 1 GOTO :OOPS
xcopy c:\Development\Proms\Formats\genmacall\. "c:\development\PROMS FORMATS\genmacall" /Y
if ERRORLEVEL 1 GOTO :OOPS
timeout /T 10
goto :done
:oops
Echo Could not copy formats
Pause
:done
@ECHO ON