Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: setting windows environment variables Date: Wed, 21 Jul 2004 17:12:19 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Morche Matthias" To: X-OriginalArrivalTime: 21 Jul 2004 15:12:20.0375 (UTC) FILETIME=[1E31DA70:01C46F35] X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i6LFClIG011047 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/