9,405
edits
| Line 6: | Line 6: | ||
<pre> | <pre> | ||
:: 1. Start NVgate in office mode | :: 1. Start NVgate in office mode | ||
echo Start NVgate in legacy mode... | echo Start NVgate in legacy mode... | ||
start "" "C:\OROS\Programs\NVGate\NVGate.exe" -silent -silentex -StartAndGoOff -usr=ORBIGate.usr -user=ORBIGate -offline -AllowMultipleInstanceOffice | start "" "C:\OROS\Programs\NVGate\NVGate.exe" -silent -silentex -StartAndGoOff -usr=ORBIGate.usr -user=ORBIGate -offline -AllowMultipleInstanceOffice | ||
:: 2. wait 20 seconds | :: 2. wait 20 seconds | ||
echo wait for NVgate open... | echo wait for NVgate open... | ||
timeout /t 20 /nobreak | timeout /t 20 /nobreak | ||
:: 3. Start Orbigate | :: 3. Start Orbigate | ||
echo launch ORBIGate... | echo launch ORBIGate... | ||
start "" "C:\OROS\Programs\ORBIGate\Orbigate.exe" | start "" "C:\OROS\Programs\ORBIGate\Orbigate.exe" | ||
echo Termine ! | echo Termine ! | ||
</pre> | </pre> | ||
---- | ---- | ||