User Tools

Site Tools


computing:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:windows [2017/10/14 14:10] oemb1905computing:windows [2017/10/14 14:10] oemb1905
Line 10: Line 10:
  
   @echo off   @echo off
- 
   net session >nul 2>&1   net session >nul 2>&1
   if %errorLevel% == 0 (   if %errorLevel% == 0 (
Line 19: Line 18:
   exit 0   exit 0
    )    )
- 
   cd "c:\Program Files\OpenVPN\config\" && "c:\Program Files\OpenVPN\bin\openvpn.exe    cd "c:\Program Files\OpenVPN\config\" && "c:\Program Files\OpenVPN\bin\openvpn.exe 
   [userconfig].ovpn   [userconfig].ovpn
  
  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2016/11/05 06:46//  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2016/11/05 06:46//