[REBOL] launch revisited
From: reboler::programmer::net at: 20-Dec-2001 4:26
Thanks Jason Cunliffe for pointing out another way to run a script! ;)
Here is what I learned about 'launch, so you
don't have to:
Here is a script example:
rebol[name: %launch.r]
view layout [button [launch %feedback.r]]
This button will work if you:
1) Type the relevant line at the console.
2) Type "do %launch.r" at the console.
The button will NOT work if you:
1) Run the script from it's icon in a file list. (i.e. on Windoze machines, double-clicking
it's icon)
I would still like it to run the third way.
How 'bout it Carl?