From: mh AT mike DOT franken DOT de (Michael Hirmke) Subject: Re: mount/umount from commandline... 16 May 1998 05:18:19 -0700 Message-ID: <6ttP38PppfB.cygnus.gnu-win32@mike.franken.de> References: <000001bd7f5c$a5713320$968b43cf AT dsitze_nt DOT thermotrex DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Hi Donald, > >Yes, from the NT command prompt try: c:\>>umount / & mount c:/temp / >all on one command line without typing return between commands ( the '&' >separates commands ) c:\>>umount / && mount c:/temp / ^^ Neither && nor & do command separating in the regular meaning, but && might work, while & won't ! With & you can send a command to the background. With && you join commands, so that the second one gets executed, if and only if the first one *succeeded* ! >If you are using Win95, do it from a bash prompt: >$umount /; mount c:/temp / > > > > >Donald O. Sitze >dsitze AT thermotrex DOT com Bye. Michael. -- Michael Hirmke | Telefon +49 (911) 557999 Georg-Strobel-Strasse 81 | FAX +49 (911) 557664 90489 Nuernberg | E-Mail mailto:mh AT mike DOT franken DOT de | WWW http://minimike.franken.de/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".