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

  1. if NOT exists C:TV
  2.   copy AmigaGameGuide_CD:c/TV C:
  3. endif
  4. if NOT exists C:runit
  5.   copy AmigaGameGuide_CD:c/runit C:
  6. endif
  7. if NOT exists C:killaga
  8.   copy AmigaGameGuide_CD:c/killaga C:
  9. endif
  10. if NOT exists C:searchguide
  11.   copy AmigaGameGuide_CD:c/searchguide C:
  12. endif
  13. if NOT exists C:WBRun
  14.   copy AmigaGameGuide_CD:c/WBRun C:
  15. endif
  16. if NOT exists Libs:parm.library
  17.   copy AmigaGameGuide_CD:c/parm.library Libs:
  18. endif
  19. if NOT exists C:visage
  20.   copy AmigaGameGuide_CD:c/visage C:
  21. endif
  22. if NOT exists Libs:arp.library
  23.   copy AmigaGameGuide_CD:c/arp.library libs:
  24. endif
  25. if NOT exists Libs:medplayer.library
  26.   copy AmigaGameGuide_CD:c/medplayer.library libs:
  27. endif
  28. if NOT exists Libs:reqtools.library
  29.   copy AmigaGameGuide_CD:c/reqtools.library libs:
  30. endif
  31.  
  32. assign >NIL: exists MUI:
  33. if warn
  34.   setenv muis=0
  35.   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"
  36. endif
  37. if $muis EQ 0
  38.   wbrun Tools/Mui/Install-Mui
  39.   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"
  40. endif
  41. delete >NIL: Env:Muis
  42.  
  43. CD ""
  44. SETENV mp3=0
  45. 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" "HTMLview" "IBrowse 2.2 DEMO" "Voyager 3.2 DEMO" "Will GUIDE"
  46. IF $MP3 EQ 0
  47.   echo "  "
  48.   echo "Es wird jetzt die GUIDE Version gestartet...bitte warten"
  49.   wait 2
  50.   run >NIL: execute AGG-GUIDE
  51.   endcli
  52. ENDIF
  53. IF $MP3 EQ 1
  54.   execute Browserauswahl
  55.   endcli
  56. ENDIF
  57. IF $MP3 EQ 2
  58.   copy Tools/Browser/MCC_HTMLview/Libs/MUI/ MUI:Libs/Mui/ ALL QUIET
  59.   Tools/Browser/MCC_HTMLview/Demos/HTMLview-Demo file://AmigaGameGuide_CD:html-d/index.html
  60. ENDIF
  61. IF $MP3 EQ 3
  62.   copy Tools/Browser/IBrowse2.2-020+/MUI/ MUI:Libs/Mui/ ALL QUIET
  63.   Tools/Browser/IBrowse-Installed/IBrowse file:///AmigaGameGuide_CD:html-d/index.html
  64. ENDIF
  65. IF $MP3 EQ 4
  66.   copy Tools/Browser/Voyager-32/Libs/ Libs: All QUIET
  67.   copy Tools/Browser/Voyager-32/MUI/ MUI:Libs/MUI/ ALL QUIET
  68.   Tools/Browser/Voyager-32/V file:///AmigaGameGuide_CD:html-d/index.html
  69. ENDIF