OpenServerPanel/system/templates/addon_env.bat
2024-04-02 00:38:23 +03:00

7 lines
104 B
Batchfile

if /i "%1"=="resetenv" goto resetenv
{environment}
goto end
:resetenv
{reset_environment}
:end
exit /b 0