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 To: cygwin AT cygwin DOT com From: Lasse Subject: Re: Shortcut problem on Win XP Date: Sun, 17 Jul 2005 15:43:25 +0200 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) In-Reply-To: X-IsSubscribed: yes Jacob Waller wrote: > Hi! > I wan't to be able to run a fontforge script (with the cygwin version of > fontforge running on a Win XP) from a PHP script, and I'm not sure if > it's the easiest way to go, but I thought of making a shortcut that the > PHP script could run... but how do I do that? > > The command i want to run looks like this: > fontforge -script fontscript.pe arg1 arg2 arg3 > > Could you please tell me how to do it, or at least point me to some > information that shows me. > Best regards /Jacob No need for a shortcut... Just use one of PHP's command execution functions: http://php.net/manual/en/ref.exec.php -- /Lasse -- 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/