Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <019101c08b86$d6f7b390$0200a8c0@voyager>
From: "Trevor Forbes" <trevorforbes@ozemail.com.au>
To: <cygwin@cygwin.com>,
        "Timothee Besset" <timothee.besset@ecl1999.ec-lyon.fr>
References: <5.0.2.1.2.20010130140011.02cef7b0@spc.sugar-land.omnes.net>
Subject: Re: mail archives
Date: Wed, 31 Jan 2001 22:37:58 +0930
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

This is a general outline as to what I do on a Win2k PC.  If your not
familiar with the commands, or have some trouble, then unfortunately you
will have to do some Windows and Unix reading.  :)

First make sure the  windows system directories is "LAST" rpt "LAST" in your
path
eg  export PATH=$PATH:/c/winnt/:/c/winnt/system32
(I have this permanently set)

then type:
net view
This list all the computers in the network
or
net view | grep whatever

next type:
net view \\\\Computer_name or net view '\\Computer_name'
to see all the shares on that computer

next type:
net use x: \\\\Computer_name\\share
Connects your computer to the share resource
This command will fail if you do not have the correct permissions or the
network is not set up correctly.

NOTE, I have the following mount setting
"mount -b --change-cygdrive-prefix /"

now you can do:
cd /x
ls


I hope this helps and is a start............

Regards Trevor



----- Original Message -----
From: "Timothee Besset" <timothee.besset@ecl1999.ec-lyon.fr>
To: <cygwin@cygwin.com>
Cc: <webmaster@cygwin.com>
Sent: Wednesday, 31 January 2001 5:32
Subject: mail archives


> I went to http://www.cygwin.com and hit the button for the mail archives
> and got an error
> says I have permission denied on http://www.delorie.com/archives/
>
> So anyway I'll ask my question here real quick .. is there a way to go on
> the network neighborhood from cygwin's bash? I tried cd //computer and cd
> \\computer ..
>
> thanks
>
> TTimo
>
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
>


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

