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 revision
Previous revision
Last revisionBoth sides next revision
computing:windows [2017/10/14 14:10] oemb1905computing:windows [2019/01/14 02:19] oemb1905
Line 1: Line 1:
 ------------------------------------------- -------------------------------------------
-  * **windoze garbage** +  * **windozegarbage** 
   * **Jonathan Haack**   * **Jonathan Haack**
   * **Haack's Networking**   * **Haack's Networking**
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
 +
 +This tutorial is a designated "Invariant Section" of the "Technotronic" section of Haack's Wiki as described on the [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]].
  
  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2016/11/05 06:46//  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2016/11/05 06:46//