mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
5 lines
171 B
Batchfile
5 lines
171 B
Batchfile
@echo off
|
|
set "oint_folder=%~dp0"
|
|
call "%oint_folder%..\share\oint\bin\oscript.exe" "%oint_folder%..\share\oint\lib\oint-cli\core\Classes\app.os" %*
|
|
@exit /b %ERRORLEVEL%
|