home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 27 / amigaformatcd27.iso / -screenplay- / shareware / the3islands_pv / the3islands < prev    next >
Text File  |  1998-03-30  |  660b  |  27 lines

  1. ;
  2. ; The 3 Islands Startup
  3. ;
  4. ; last modified on 11.3.98
  5. ;
  6.  
  7. C:Assign >NIL: Air: gamedata   ; tells the program where to find the datafiles
  8.  
  9. If Exists Air:Land1.wlk        ; check data
  10.   Skip 1                       ; if present skip 1
  11. Else               
  12.   Skip 2                       ; if not skip 2
  13. EndIf
  14.  
  15. Lab 2
  16. C:Echo "Missing Datafiles! Please CD to the directory where the drawer"
  17. C:Echo "gamedata/ is present!"
  18. C:Assign >NIL: Air: Remove
  19. Quit
  20.  
  21. Lab 1
  22. Intro.exe                      ; start Intro.exe  
  23. The3Islands.exe                ; start The 3 Islands 
  24. Delete >NIL: Ram:Language      ; delete language file
  25. Quit                           ; und tschüß
  26.  
  27.