Thanks for the fast answer. That´s my install script
SET SITE=https://linorg.usp.br/cygwin
SET ROOTDIR=C:/cygwin
SET INSTALL_FOLDER=%cd%
SET LOCALDIR=%INSTALL_FOLDER%
if exist C:\cygwin (
continue
) else (
if exist C:\cygwin64 (
SET CYGWIN_ROOTDIR=C:\cygwin64
) else (
echo "CYGWIN nao esta
Hi,
> I create a script to install cygwin by command line. It works fine.
Can you post your script here?
> However, when i try to uninstall the Cygwin, é see that cygwin was not
> present on Windows control panel softwares and programs.
I used the normal setup-x86_64.exe procedure, and it's no
Hi
I create a script to install cygwin by command line. It works fine.
However, when i try to uninstall the Cygwin, é see that cygwin was not
present on Windows control panel softwares and programs.
My questions are:
1)How i uninstall cygwin on this case?
2)What i must have to add on my scrip
3 matches
Mail list logo