This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Shortcut problem on Win XP


From: Lasse <lasse@yrk.dk>
To: cygwin@cygwin.com
Subject: Re: Shortcut problem on Win XP
Date: Sun, 17 Jul 2005 15:43:25 +0200

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


Sorry, but I still don't get it... how do I make the script run in bash with a single command?
Could you post an example please?
Thanks in advance /Jacob




--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]