Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: XDelusion on March 01, 2011, 08:59:45 PM
-
I would like to start AREXX in my Startup-Sequence, but forget the command I used to use to pull this off.
Also I'd like to launch Freewheel and the like form there rather than use WBStartup, as it seems to be problematic at times. What command should I use? I recall using something with the NIL command before (what ever NIL means), but I forget what.
-
to launch arexx:
rexxmast
to s:user-startup
run <>nil: path:to/command
-
Thankx man!