Page 1 of 1

Autoexec

Posted: 24 Jan 2010 19:57
by fishgod
Would be nice to have some kind of autoexec-function, so you can set up XY to run a specific script at startup.

I've tried to set the Permanent startup path to something like this:

Code: Select all

::load 'autorun.xys', ,'f';
But when XY starts it says:
Location currently not available
::load 'autorun.xys', ,'f';
The Adressbar shows ::load 'autorun.xys', ,'f';\ (a backslash behind the script, and also the script does not fire)

Re: Autoexec

Posted: 26 Jan 2010 12:55
by zer0
I think this wish slots rather nicely into the kind of things that Custom Event Actions (CEA) would bring. Alternatively, cmd line switches could get an addition ;)