home *** CD-ROM | disk | FTP | other *** search
- ; SANITY startup-sequence
-
- winsize 0 0 640 256
- cls
- type df0:intromessage
- ask " What is it to be ?: "
-
- if warn
- cls
- type mylittlemessage
- Sanity
-
- else
- cls
-
- ;**********************
- ;* GALLERY SLIDESHOW *
- ;**********************
-
- cd df0:paintings
-
- echo " "
- echo "The Gallery - Pictures and Music by Guy Moss 1992"
- echo " "
- echo "***************************************************"
- df0:c/dir ram:
- df0:c/copy df0:paintings/octamedplayer ram:
- df0:c/copy df0:paintings/arythm4channel ram:
-
- df0:c/run ram:octamedplayer ram:arythm4channel
-
- echo "***************************************************"
- echo " "
- echo "When viewing use the right mouse button to load a new picture..."
- echo " "
-
- echo "Another Tut-Ankh-Amun"
- ppshow Tut-Ankh-AmunII(HAM)
- echo "LimeLight"
- ppshow negative
- echo "Sunset"
- ppshow "nightfall rider"
- echo "My other car's a..."
- ppshow Lambourghini
- echo "The Debt"
- ppshow TheDebt
- echo "Alternative Waterfall"
- ppshow "Harlequin Falls"
- echo "A Rainy Day at Edgar's"
- ppshow "Edgar"
- echo "Elevensies"
- ppshow "Elevensies"
- echo "The End."
-
- endif
-
-
-
-