;
; The 3 Islands Startup
;
; last modified on 11.3.98
;

C:Assign >NIL: Air: gamedata   ; tells the program where to find the datafiles

If Exists Air:Land1.wlk        ; check data
  Skip 1                       ; if present skip 1
Else               
  Skip 2                       ; if not skip 2
EndIf

Lab 2
C:Echo "Missing Datafiles! Please CD to the directory where the drawer"
C:Echo "gamedata/ is present!"
C:Assign >NIL: Air: Remove
Quit

Lab 1
Intro.exe                      ; start Intro.exe  
The3Islands.exe                ; start The 3 Islands 
Delete >NIL: Ram:Language      ; delete language file
Quit                           ; und tsch
 
