home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / dseject / dseject.readme < prev   
Text File  |  1996-11-09  |  1KB  |  31 lines

  1. Short:    Eject and load a tray of CDROM drive
  2. Uploader: jbednars@elka.pw.edu.pl (Jakub Bednarski)
  3. Author:   jbednars@elka.pw.edu.pl (Jakub Bednarski)
  4. Type:     disk/cdrom
  5.  
  6. This program simply ejects or loads a tray of cdrom drive with use of direct
  7. scsi command mechanism.
  8.  
  9. Instalation:
  10. Just copy DSEject command whereever you want (preferably within your command
  11. path).
  12.  
  13. Usage:
  14. DSEject device_name unit_number [optional_keyword_for_loading_a_tray]
  15.  
  16. Example:
  17. Let's say you have a CDROM drive connected on scsi.device unit 4.
  18.  To eject a tray just enter: DSEject scsi.device 4
  19.  To load a tray: DSEject scsi.device 4 LOAD
  20.  
  21.  
  22. I've written this program because none of the programs from aminet doesn't
  23. meet my expectations. Some of them use TD_EJECT command which isn't
  24. supported by my device. (BTW I use Mitsumi FX600S ATAPI CDROM drive driven
  25. by atapi.device by Oliver Castl) or have hardcoded device name. Others have
  26. GUI which I don't want or can only eject a tray but can't load it.
  27. So I decided to write a program which would do what I want it to do.
  28. My program is written in 100% assembler and use START_STOP_UNIT command to
  29. eject and load a tray. It works great on my system.
  30.  
  31.