home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chiputil / ejector.lha / Ejector / eject.dok < prev    next >
Text File  |  2001-11-29  |  937b  |  41 lines

  1.  
  2. NAME
  3.  
  4.     eject - send a TD_EJECT command to a given device
  5.  
  6. PARAMETERS
  7.     
  8.     DEVICE/A
  9.         
  10.         a valid name of a trackdisk compilant device, i.e.
  11.         trackdisk.device, scsi.device, warpdrive.device, ...
  12.     
  13.     UNIT/A/N
  14.     
  15.         a valid unit number for the requested device, i.e. 0 ...
  16.     
  17.     LOAD/S
  18.     
  19.         request load-mode, the default is the unload-mode.
  20.  
  21. USAGE
  22.  
  23.     simple; choose the device that you want to unload its medium,
  24.     for an example: warpdrive.device unit 2 (this is my SQ270).
  25.  
  26.     > eject warpdrive.device 2    ; this unloads the cardridge
  27.     
  28.     > eject warpdrive.device 2 LOAD ; this loads the cardridge (won't work with SQ270's)
  29.  
  30. AUTHOR
  31.  
  32.     Daniel Balster,
  33.     dbalster@uni-paderborn.de
  34.  
  35. DISCLAIMER
  36.  
  37.     this is *freeware*, so no kind of warranty is given, so use it
  38.     at OWN RISK. i'll take no responsibility for any unwanted things
  39.     this tool could/will produce. be warned. (btw. ejecting a medium
  40.     during file access could/will crash the machine/file structure!)
  41.