Difference between revisions of "NVGate connected and Orbigate office"
Jump to navigation
Jump to search
| 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> | ||
---- | ---- | ||
Revision as of 16:37, 22 June 2026
With NVGate V18 you can have 2 sessions of NVGate, You can start NVGate in connected mode and Orbigate in office.
This is the tips to start ORbigate in office, you need to copy past the code below on notepad, then rename the .txt by a .bat
---
:: 1. Start NVgate in office mode echo Start NVgate in legacy mode... start "" "C:\OROS\Programs\NVGate\NVGate.exe" -silent -silentex -StartAndGoOff -usr=ORBIGate.usr -user=ORBIGate -offline -AllowMultipleInstanceOffice :: 2. wait 20 seconds echo wait for NVgate open... timeout /t 20 /nobreak :: 3. Start Orbigate echo launch ORBIGate... start "" "C:\OROS\Programs\ORBIGate\Orbigate.exe" echo Termine !