Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <019101c08b86$d6f7b390$0200a8c0@voyager> From: "Trevor Forbes" To: , "Timothee Besset" References: <5 DOT 0 DOT 2 DOT 1 DOT 2 DOT 20010130140011 DOT 02cef7b0 AT spc DOT sugar-land DOT omnes DOT 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" To: Cc: 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