home *** CD-ROM | disk | FTP | other *** search
- ; AmigaDOS For Beginners Index Script
-
- ASSIGN >Nil: ADB: ""
-
- ECHO "*n*e[1m*e[4mAMIGADOS FOR BEGINNERS VERSION 3.1*n*nCOPYRIGHT © FRANK BUNTON 1993-1998*e[0m"
-
- ECHO "*nNow accessing the INDEX file for you to select from"
- ECHO "*nThis window will close while the INDEX is loading"
-
- WHICH >Nil: Multiview
-
- IF NOT WARN
-
- RUN >Nil: Multiview ADB:Misc/Index.Text
-
- SKIP End
-
- ENDIF
-
- WHICH >Nil: Amigaguide
-
- IF NOT WARN
-
- RUN >Nil: Amigaguide ADB:Misc/Index.Text
-
- SKIP End
-
- ENDIF
-
- ECHO "*nNeither MULTIVIEW nor AMIGAGUIDE have been found in your system's path."
- ECHO "Please click on the file *"PATH SETTING*"."
-
- ASK "*nPRESS THE RETURN KEY TO CONTINUE"
-
- LAB End
-
- WAIT 2 SECS
-
- ENDCLI
-