This is the mail archive of the
cygwin@sourceware.cygnus.com
mailing list for the Cygwin project.
Re: mount/umount from commandline...
- To: gnu-win32 at cygnus dot com
- Subject: Re: mount/umount from commandline...
- From: mh at mike dot franken dot de (Michael Hirmke)
- Date: 15 May 1998 21:48:00 +0200
- Organization: Kommunikationsnetz Franken e.V. (Nuernberg)
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@thermotrex.com
Bye.
Michael.
--
Michael Hirmke | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX +49 (911) 557664
90489 Nuernberg | E-Mail mailto:mh@mike.franken.de
| WWW http://minimike.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".