On 2/8/06 4:53 PM, "Garrett Hylltun" <[EMAIL PROTECTED]> wrote:

> Greetings,
> 
> How to grab command line parameters that are sent to my rev app when
> it's launched?

They come in as $1, $2, etc. $0 is the path of the application itself:

on openStack
  put $0 into theAppPath
  put $1 into theDocToOpen
  answer "The doc to open is: " & theDocToOpen
end openStack

HTH,

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to