Files
CoolProp/Web/examples/Python/run_example.bat
2014-05-14 12:46:24 +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%