How to reinstall everything?

matthew patton pattonme@yahoo.com
Sun Jan 17 18:23:29 GMT 2021


can we fix setup.exe to read STDIN with '-P', like so? 
echo 'pkg1,pkg2,pkg3' | setup.exe -P -
and even more useful if the argument can be space delimited.setup.exe -P pkg1 pkg2 pkg3or if that's too muchsetup.exe -P pkg1 -P pkg2 -P pkg3


More information about the Cygwin mailing list