home *** CD-ROM | disk | FTP | other *** search
- ;CD32 Disk Saver by Christian Gines
- ;Startup-Sequence for "Der Clou!" / Startup-Sequence für "Der Clou!"
-
- CD Cd0:
- SetPatch >NIL:
- Assign ENV: RAM:
- stack 32000
- assign TheClouDisk1: SYS:
- assign TheClouDisk2: TheClouDisk1:Part2
- assign TheClouDisk3: TheClouDisk1:Part3
- assign TheClouDisk4: TheClouDisk1:Part4
- assign TheClouDisk5: TheClouDisk1:Part5
- assign TheClouDisk7: TheClouDisk1:Part7
-
- ;The following line contains the save path:
- assign TheClouDisk6: Df0:ClouSave
- ;Die vorhergegangene Zeile entählt das Spielstandverzeichnis
-
- If Not Exists TheClouDisk6:games.list
- copy TheClouDisk1:Datadisk TheClouDisk6: all quiet
- EndIf
-
- DerClou!
-
-
-