mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 19:37:58 -05:00
5 lines
175 B
Batchfile
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% |