X-Spam-Check-By: sourceware.org Message-ID: <46795E18.CB2B1503@dessent.net> Date: Wed, 20 Jun 2007 10:04:24 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: run a tcsh script file with arguments from windows References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Tony B wrote: > If I execute > tcsh -c scriptfile inputfile > tcsh uses inputfile as an argument to itself, not as an argument to the > script. > So if I run this command, I get a useage error from the script as it expects > a filename ? When using -c with any of the POSIX shells, the (singular) argument following -c is the command to be executed, so if this command consists of more than one word you have to quote it so that it's parsed as a single argument. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/