This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automated cygwin install


On 2011-09-09 13:52Z, Andrew Schulman wrote:
[...]
> setup.exe ^
> --no-shortcuts ^
> --quiet-mode ^
> --disable-buggy-antivirus ^
> --packages ^
> aria2,^
> atool,^

I wanted to make a similar .BAT file write a custom /etc/fstab as well,
so I needed it to wait for 'setup' to finish first. This worked for me:
  START "Installing Cygwin" /WAIT setup ^
    ...other setup parameters...
  echo some_custom_record >> fstab

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]