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: setting windows environment variables


so, maybe

nohup smbmount //whatever /whereever > /dev/null 2>&1 &

should do, still in an portable way...

  matthias



...
> starting all the mappings without waiting on completion but my BASH 
> window wont' go away until they have all completed.
> 	On Linux, something simple like:
> #!/bin/bash
> smbmount //srv1/share1 ~/share1 &
> smbmount //srv1/share2 ~/share2 &
> smbmount //srv1/share3 ~/share3 &
> smbmount //srv2/share4 ~/share4 &
> exit
...

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


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