home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -in_the_mag- / under_the_bonnet / misc / drivel12 / drivelight.doc < prev    next >
Text File  |  1998-05-02  |  2KB  |  47 lines

  1.         ======================================================
  2.            DriveLight version 1.2 - the disk-LED simulator.
  3.         ======================================================
  4.         Copyright (C) 1993 Arthur Hagen - All rights reserved.
  5.           This program is FreeWare - it is NOT in the public
  6.             domain, and can NOT be distributed for a fee.
  7.                     Source available on request.
  8.         ======================================================
  9.  
  10. This program will happily simulate the drive light for any device you
  11. might think of.  To use, start it from CLI (or user-startup):
  12.  
  13. DriveLight nnn.device ...
  14.  
  15. Where "nnn.device" is the name of the device you want to monitor, and
  16. "..." is the name of any additional devices - upto four different
  17. devices might be specified.  If a device isn't loaded into memory
  18. (yet) or cannot be found, a requester will pop up telling you so.
  19.  
  20. Example usage:
  21.  
  22. DriveLight trackdisk.device scsi.device artser.device gameport.device
  23.  
  24. This will make a window dragbar with four boxes, one for each device,
  25. and they will blink every time the device is accessed.
  26.  
  27. Caveats:
  28. The program cannot differenciate between different unit numbers, so
  29. there is no way (yet) to have one drivelight for each floppy station
  30. or similar.
  31. The access to the devices will take slightly longer, so if you want
  32. maximum speed, don't run this utility - run ExecPatch/IPatch instead!
  33. The dragbar might look weird if you use a custom system-font under
  34. 2.0 or higher versions.
  35. No WorkBench-support (yet).  The amiga.lib-functions for CX-stuff was
  36. too bugged to use in this program, so it is not a commodity either...
  37.  
  38. Changes from version 1.0 to 1.1:
  39. Code optimised - should steal less time, and update faster.
  40. Changes from version 1.1 to 1.2:
  41. Will autoadjust size according to number of devices.
  42. Now uses system-friendly patching with SetFunction().
  43. Program made much smaller.
  44.  
  45. Enjoy,
  46. *Art
  47.