Reacting to shell commands?

2006-10-17 Thread Ian Wood
On a Mac you can (with a few workarounds) add in AppleScript functionality to control your Rev apps from outside. Can something similar be set up for the command line? I'm mostly interested in Windows solutions, presumably this will involve using the relaunch handler? Ian

Re: Reacting to shell commands?

2006-10-17 Thread Mark Schonewille
Hi Ian, When you launch a standalone from the command line, you can submit parameters with the command. These parameters are in variables $1, $2,... $n. The relaunch command is a good option. I'm about to do this myself but haven't done so yet. It would be nice to trick Revolution to

Re: Reacting to shell commands?

2006-10-17 Thread Ian Wood
On 17 Oct 2006, at 13:49, Mark Schonewille wrote: Hi Ian, When you launch a standalone from the command line, you can submit parameters with the command. These parameters are in variables $1, $2,... $n. Where would these parameters be handled in the standalone? Digging through the

Re: Reacting to shell commands?

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 6:49 AM, Mark Schonewille wrote: These parameters are in variables $1, $2,... $n. A couple years ago this did not work right. Has this been fixed? Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Reacting to shell commands?

2006-10-17 Thread Mark Wieder
Dar- Tuesday, October 17, 2006, 9:27:19 AM, you wrote: A couple years ago this did not work right. Has this been fixed? Do you remember what in particular wasn't working? I've been using these without too many problems - the things I've run into are the chars that get swallowed by the engine.

Re: Reacting to shell commands?

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 11:24 AM, Mark Wieder wrote: Tuesday, October 17, 2006, 9:27:19 AM, you wrote: A couple years ago this did not work right. Has this been fixed? Do you remember what in particular wasn't working? I've been using these without too many problems - the things I've run into