Commit for development environment setup
This commit is contained in:
12
PROMS/DevelopmentCopyFormats.bat
Normal file
12
PROMS/DevelopmentCopyFormats.bat
Normal 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
|
Reference in New Issue
Block a user