home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / boot / showamiga96v1.2 / tryit_noinstall! < prev   
Encoding:
Text File  |  1998-01-17  |  999 b   |  30 lines

  1. echo ""
  2. echo "  Testlauf von ShowAmiga96 V1.2"
  3. echo ""
  4. echo "  Dieses Script startet nach einem Mausklick ShowAmiga96,"
  5. echo "  als wenn es aus der Startup-Sequence aufgerufen worden"
  6. echo "  wäre. Ein weiterer Mausklick ruft das Schließprogramm"
  7. echo "  auf, das sonst in der WBstartup gestartet wird."
  8. echo "  Auf diese Weise kann man immerhin erkennen, ob das Pro-"
  9. echo "  gramm überhaupt läuft und sich eine Installation lohnt."
  10. echo ""
  11. echo ""
  12. echo "  Testrun of ShowAmiga96 V1.2"
  13. echo ""
  14. echo "  After a mouseclick this script launches ShowAmiga96, as"
  15. echo "  if it had been called from the startup-sequence. A second"
  16. echo "  mouseclick executes the closer, which normaly is started"
  17. echo "  in the WBstartup-drawer."
  18. echo "  With this script you can check if the program runs on"
  19. echo "  your configuration and if it´s worth to install."
  20. echo ""
  21. echo ""
  22. c/waitformouse
  23. echo "  8-)"
  24. c/ShowAmiga96 >ram:showamiga96.err Testrun
  25. if not warn
  26.   c/waitformouse
  27. endif
  28. wbstartup/ShowAmiga96_Close
  29.  
  30.