home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2272.dms / in.adf / T / ed-backup
Encoding:
Text File  |  1992-10-22  |  1.1 KB  |  59 lines

  1. ; SANITY startup-sequence
  2.  
  3. winsize 0 0 640 256
  4. cls
  5. type df0:intromessage
  6. ask  "                     What is it to be ?: "
  7.  
  8. if warn
  9.     cls
  10.     type mylittlemessage
  11.     Sanity
  12.  
  13. else
  14.     cls
  15.  
  16. ;**********************
  17. ;*  GALLERY SLIDESHOW *
  18. ;**********************
  19.  
  20. cd df0:paintings
  21.  
  22. echo " "
  23. echo "The Gallery - Pictures and Music by Guy Moss 1992"
  24. echo " "
  25. echo "***************************************************"
  26. df0:c/dir ram:
  27. df0:c/copy df0:paintings/octamedplayer ram:
  28. df0:c/copy df0:paintings/arythm4channel ram:
  29.  
  30. df0:c/run ram:octamedplayer ram:arythm4channel
  31.  
  32. echo "***************************************************"
  33. echo " "
  34. echo "When viewing use the right mouse button to load a new picture..."
  35. echo " "
  36.  
  37. echo "Another Tut-Ankh-Amun"
  38. ppshow  Tut-Ankh-AmunII(HAM)
  39. echo "LimeLight"
  40. ppshow negative
  41. echo "Sunset"
  42. ppshow "nightfall rider"
  43. echo "My other car's a..."
  44. ppshow Lambourghini
  45. echo "The Debt"
  46. ppshow TheDebt
  47. echo "Alternative Waterfall"
  48. ppshow "Harlequin Falls"
  49. echo "A Rainy Day at Edgar's"
  50. ppshow "Edgar"
  51. echo "Elevensies"
  52. ppshow "Elevensies"
  53. echo "The End."
  54.  
  55. endif
  56.  
  57.  
  58.  
  59.