Files
CoolProp/Web/coolprop/examples/Python/run_example.bat
2014-07-07 14:55:34 +02:00

5 lines
175 B
Batchfile

echo off
copy ..\..\..\wrappers\Python\examples\Example.py
if %errorlevel% neq 0 exit /b %errorlevel%
python Example.py > Output.txt
if %errorlevel% neq 0 exit /b %errorlevel%