Disable cygwin temporarily -


i want disable cygwin temporarily without uninstalling (e.g. duration of batch script).

i hoping there simple way, e.g. environment variable like

$> set cygwin=off 

or internal cygwin command like

$> cygset off 

right using quick , dirty solution invalidates cygwin directory in windows path with

set path=%path:cygwin=% 

of course corrupt other pathes have cygwin in it.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -