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 Date: Thu, 11 Jul 2002 22:39:33 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: cygwin access from outside cygwin -- How to do it? Message-ID: <20020712023933.GA743@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <200207120216 DOT TAA25725 AT sumeru DOT stanford DOT EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207120216.TAA25725@sumeru.stanford.EDU> User-Agent: Mutt/1.3.23.1i On Thu, Jul 11, 2002 at 07:16:30PM -0700, Dennis Allison wrote: >Here's the situation. I am running Smalltalk on Win2K. The Smalltalk >program needs to invoke latex running under cygwin. We have it set up >so the Win3SystemSupport package provides a command line interface into >Win2K. > >What I want to do is invoke a complex of perl scripts and programs >which currently live (and work!) under cygwin--that is, I can go into >the cygwin shell and run the stuff. However, from Smalltalk, the >command line interface can't seem to find perl or any of the other >programs. > >Clearly there is something failing in the path resolution! I'd >appreciate some help (or hints or words of wisdom) identifying what to >do next to get the systems to communicate. How does one expose the >cygwin command line interfact in the Win2K environment? Maybe I should >start with cygwin.bat? Cygwin uses the path just like any windows program. Set the path under Control Panel->System->Advanced->Environment Variables->System Variables to include c:\cygwin\bin (or whereever you have cygwin installed). Then you'll be able to run cygwin programs without starting cygwin.bat. cygwin.bat is just a convenience to give you a bash shell. You don't have to use it. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/