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/