home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 458.lha / GStartup / GSFile1 < prev    next >
Text File  |  1990-12-28  |  417b  |  15 lines

  1. !Gadget Startup File
  2. !all comment lines MUST start with a "!"
  3. !All Gadget names start with a "#"
  4. #Hello
  5. !up to 20 commands can follow the gadget name.  If you need more or want to
  6. !use "if" conditions then use "Execute" to run a script.
  7. echo "Hello"
  8. wait 10
  9. !you can run the program again to make another selection, or load a new
  10. !GSFile to offer different options.
  11. GStartup GSFile1
  12. #Good Bye
  13. echo "Good Bye"
  14. wait 10
  15.