home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / boot / amigaworkstation / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-22  |  1.0 KB  |  55 lines

  1. .name
  2. AmigaWorkStation
  3. .type
  4. OS Utility
  5. .short
  6. Shows 'Windows' like screen during boot
  7. .description
  8. This  utility  opens  Windows  like  screen during boot and shows some
  9. information  about  your  machine:   CPU,  FPU,  GFX Chips, Kickstart,
  10. memory,  current time and date.  You can change palette from 7 presets
  11. and select hour system if you want.
  12. .version
  13. 1.5
  14. .date
  15. 1994.10.21
  16. .author
  17. Paul Hernik
  18. Adam Bakalarz
  19. .requirements
  20. OS2.0+
  21. .distribution
  22. Freeware
  23. .address
  24. Paul Hernik
  25. Nowowiejska 24/3
  26. 25-532 Kielce
  27. POLAND
  28. .email
  29. spi-wp@srv1.tu.kielce.pl
  30. .docs
  31. AWS.doc
  32. .described-by
  33. Richard Fish
  34. .submittal
  35. Downloaded via ftp from Aminet.
  36. .aminet-dir
  37. util/boot
  38. .execute
  39. set choice `RequestChoice "AmigaWorkStation" "Please select an option" "View Guide" "Run Program" "Cancel"`
  40.  
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44.  
  45. if $choice EQ "1"
  46.   MetaTool AWS.guide GUIDE
  47. endif
  48.  
  49. if $choice EQ "2"
  50.   RequestChoice "AmigaWorkStation" "This will open the AWS screen for*Nabout 5 seconds, and then close it" "Continue"
  51.   run OpenAWS_NTSC
  52.   wait 5
  53.   CloseAWS
  54. endif
  55.