home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / scsiutil / product-info < prev    next >
Fred Fish's Product-Info  |  1981-06-29  |  1KB  |  56 lines

  1. .name
  2. SCSIUtil
  3. .aminet-dir
  4. disk/cdrom
  5. .type
  6. Disk Tool
  7. .short
  8. Send SCSI commands & read digital audio.
  9. .description
  10. This program can send commands to a SCSI device. Supported commands are:
  11.  
  12. read capacity, reading of digital audio from Apple CD-300/Sony/Toshiba CD-ROM
  13. drives, change medium, inquiry, read CD-ROM data block address header,
  14. allow/prevent medium removal, start/stop motor, mode sense, play audio track,
  15. read sector, seek, display TOC of a CD, read CD-sub-channel, set output volume
  16. of a CD.
  17.  
  18. This is a corrected archive of version 2.02 with all the files intact (the
  19. previous archive contained an incorrect SCSI_Priv.h)
  20. .version
  21. 2.02
  22. .date
  23. 1994.01.04
  24. .author
  25. Gary Duncan
  26. Heiko Rath
  27. .distribution
  28. Copyrighted but Freely Redistributable
  29. .address
  30. Philips PTS
  31. 23 Lakeside Dr
  32. Tally-Ho Technology Park
  33. Burwood East Vic 3151
  34. Australia
  35. .email
  36. gduncan@philips.oz.au
  37. hr@brewhr.swb.de
  38. .described-by
  39. Fred Fish (fnf@amigalib.com)
  40. .submittal
  41. Submitted electronically directly by the author.
  42. .execute
  43. set choice `RequestChoice "SCSI Util" "Please select an option" "View ReadMe" "View Doc File" "HISTORY" "Cancel"`
  44. if $choice EQ "0"
  45.   quit 5
  46. endif
  47. if $choice EQ "1"
  48.   MetaTool SCSIUtil.readme TEXT
  49. endif
  50. if $choice EQ "2"
  51.   MetaTool SCSIUtil.doc TEXT
  52. endif
  53. if $choice EQ "3"
  54.   MetaTool HISTORY TEXT
  55. endif
  56.