After this thread
http://eab.abime.net/showthread.php?p=718000#post718000
I was curious if WHDoad games could be started from
OS4 Classic by Reboot and Script/Start
I asked for an OS4 executable that could start a script on one the more OS4 forums
Thanks to Thomas a Tool that he made can be used to Start scripts under OS4 also he did a 68k version. -Meaning you can click directly on a WHDload icon
http://amigaworld.net/modules/newbb/...order=0#590523
In general this could be a very useful tool - Thankyou Thomas
With this command used for WHDload now starting a simple script
Quote:
|
Originally Posted by Script-Start
Delete >NIL: RBOOT:NO
Delete >NIL: RBOOT:YES
CD >RBOOT:YES
dir #?.slave >ENV:xfile
echo RBOOT:whdload $xfile >>RBOOT:YES
Echo "RBOOT:RESET" >>RBOOT:YES
Reboot
|
and this at the start of Primary Boot Partition Startup-Sequence
Quote:
|
Originally Posted by Startup-Sequence
ASSIGN RBOOT: Your Path
CD RBOOT:
If Exists RBOOT:YES
Rename YES to NO
Execute NO
Else
|
I did a small install script - but only to be used if you can understand whats happening.
http://www.mediafire.com/download.php?8t6md35whclv30d
The idea was just to make WHDload accessible from OS4 Classic, id rather use RAD but would need someone to simply test
Mount Rad
cd rad:
Reboot under OS4 Classic
This script works under 3.x I cant guarantee it will under OS4 and might need tweeking but it very simple.
Anyways the information is out there im leaving it there.- all very basic and thanks to Thomas

a nice tool for OS4 and 68k to start a script.
Dam my curiousity
