ayon-core/pype/settings/defaults/launchers/windows/mayapy2020.bat
2020-09-30 14:39:44 +02:00

13 lines
250 B
Batchfile

@echo off
set __app__="Mayapy 2020"
set __exe__="C:\Program Files\Autodesk\Maya2020\bin\mayapy.exe"
if not exist %__exe__% goto :missing_app
call %__exe__% %*
goto :eofS
:missing_app
echo ERROR: %__app__% not found at %__exe__%
exit /B 1