- Aug
- 2,293
- 111
I like to keep my Cygwin up-to-date, which I usually do once a week.
I have been using the following .BTM for the past few months, which works well for me, in keeping Cygwin up-to-date;
Note that this is for the 32-bit version of Cygwin.
Thought that others might find this useful.
Joe
I have been using the following .BTM for the past few months, which works well for me, in keeping Cygwin up-to-date;
Code:
@setlocal
@echo off
cdd C:\Users\jlc\Downloads\cygwin
copy https://www.cygwin.com/setup-x86.exe
setup-x86.exe -q -g
endlocal
Note that this is for the 32-bit version of Cygwin.
Thought that others might find this useful.
Joe