X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4B96BEF3.5060702@gmail.com>
Date: Tue, 09 Mar 2010 21:34:43 +0000
From: Dave Korn <dave.korn.cygwin@googlemail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Program cgystart does not recognize .pl file type; gets mime  type  incorrect
References: <4B95AA76.4090007@columbus.rr.com>
In-Reply-To: <4B95AA76.4090007@columbus.rr.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 09/03/2010 01:55, Paul McFerrin wrote:
> I ran into my first real problem with "cygstart".  When I execute
> cygstart with the argument:
>    sendemail.pl
> 
> The browser window has the source-code being displayed. 

  Cygstart uses your windows file associations to launch the standard OS
action; it does the same thing as if you double-clicked on the file in
explorer.  So I guess that's how you've told explorer to handle .pl files.

  Why would you want to use 'cygstart' to launch perl anyway?  What were you
expecting it to do that's any different from just running "./sendmail.pl" at
the command-line?  You use a shell to launch stuff under cygwin, not cygstart;
that's just for interacting with windows.

    cheers,
      DaveK


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

