home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / c / AGG-HTML-HD / AGG-HTML next >
Text File  |  1977-12-31  |  2KB  |  54 lines

  1. Assign >NIL: AmigaGameGuideDummy: $aggpath ADD
  2. Assign >NIL: AmigaGameGuide: AmigaGameGuideDummy:AmigaGameGuide
  3.  
  4. if NOT exists C:WBRun
  5.   copy AmigaGameGuide_CD:c/WBRun C:
  6. endif
  7. if NOT exists Libs:parm.library
  8.   copy AmigaGameGuide_CD:c/parm.library Libs:
  9. endif
  10.  
  11. assign >NIL: exists MUI:
  12. if warn
  13.   setenv muis=0
  14.   requestchoice >ENV:muis "AGG HTML""Ich habe auf Ihrem System kein Installiertes MUI gefunden.*nWollen Sie es jetzt Installieren ?*nEs wird dringend für die beigelegten Browser benötigt !" "Nein" "Mui Installieren"
  15. endif
  16. if $muis EQ 0
  17.   wbrun AmigaGameGuide_CD:Amiga/Tools/Mui/Install-Mui
  18.   requestchoice >NIL: "AGG HTML""Bitte klicken Sie auf OK,*nwenn Sie MUI fertig installiert haben !!!*nWenn Sie einen Neustart wegen MUI machen müssen,*ndann machen Sie ihn bitte JETZT !" "OK"
  19. endif
  20. delete >NIL: Env:Muis
  21.  
  22. CD ""
  23. SETENV mp3=0
  24. REQUESTCHOICE >ENV:MP3 "AGG Browserauswahl""Welchen Browser wollen Sie benutzen ?*nDer Browser wird zur HTML Darstellung benötigt !*nSie können Ihren eigenen Browser auswählen*noder auch eine Demoversion von dieser CD benutzen.*nBitte machen Sie jetzt Ihre Auswahl..." "Eigenen Auswählen" "HTML view" "IBrowse 2.2 DEMO" "Voyager 3.2 DEMO" "Will doch GUIDE"
  25. IF $MP3 EQ 0
  26.   echo "  "
  27.   echo "Es wird jetzt die GUIDE Version gestartet...bitte warten"
  28.   wait 2
  29.   SYS:Utilities/Multiview AmigaGameGuide_CD:Amiga/AGGGUIDE
  30.   endcli
  31. ENDIF
  32. IF $MP3 EQ 1
  33.   execute Browserauswahl
  34.   endcli
  35. ENDIF
  36. IF $MP3 EQ 2
  37.   copy AmigaGameGuide_CD:Amiga/Tools/Browser/MCC_HTMLview/Libs/MUI/ MUI:Libs/Mui/ ALL QUIET
  38.   AmigaGameGuide_CD:Amiga/Tools/Browser/MCC_HTMLview/Demos/HTMLview-Demo file://AmigaGameGuide:html-d/index.html
  39.   Assign >NIL: AmigaGameGuideDummy: remove
  40.   Assign >NIL: AmigaGameGuide: remove
  41. ENDIF
  42. IF $MP3 EQ 3
  43.   copy AmigaGameGuide_CD:Amiga/Tools/Browser/IBrowse2.2-020+/MUI/ MUI:Libs/Mui/ ALL QUIET
  44.   AmigaGameGuide_CD:Amiga/Tools/Browser/IBrowse-Installed/IBrowse file:///AmigaGameGuide:html-d/index.html
  45.   Assign >NIL: AmigaGameGuideDummy: remove
  46.   Assign >NIL: AmigaGameGuide: remove
  47. ENDIF
  48. IF $MP3 EQ 4
  49.   copy AmigaGameGuide_CD:Amiga/Tools/Browser/Voyager-32/Libs/ Libs: All QUIET
  50.   copy AmigaGameGuide_CD:Amiga/Tools/Browser/Voyager-32/MUI/ MUI:Libs/MUI/ ALL QUIET
  51.   AmigaGameGuide_CD:Amiga/Tools/Browser/Voyager-32/V file:///AmigaGameGuide:html-d/index.html
  52.   Assign >NIL: AmigaGameGuideDummy: remove
  53.   Assign >NIL: AmigaGameGuide: remove
  54. ENDIF