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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -