OpenServerPanel/system/templates/addon_env.bat

7 lines
104 B
Batchfile
Raw Normal View History

2024-04-01 21:38:23 +00:00
if /i "%1"=="resetenv" goto resetenv
{environment}
goto end
:resetenv
{reset_environment}
:end
exit /b 0