home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 336.lha / Devstat / Read.me < prev    next >
Text File  |  1990-01-09  |  966b  |  29 lines

  1.  
  2.  Devstat written by F.Lienhardt in october 1989
  3. ------------------------------------------------
  4.  
  5.  This programm lists all mounted devices in 3 categories:
  6.  
  7.     - The hardware devices: DF0: DH0: RAM: PRT: CON:...etc...
  8.       and gives all useful paramaters of them if possible. (DosInfo,
  9.       DeviceNode, FileSysStartupMsg and DosEnvironment extracted from
  10.       the DOSLibrary structure).
  11.       The informations are the sames that are listed in the moutlist.
  12.       (Device name, Unit, Surfaces, BlocksPerTrack, etc..)
  13.  
  14.     - The volume names: Workbench 1.2: Mydisk:...etc...
  15.  
  16.     - The logical devices: DEVS: LIBS: C: L:...etc... 
  17.  
  18.  It was written, in a first time, to determine what sort of devices are
  19.  mounted. The principe of this programm was used for the FileRequest.
  20.  
  21.  This programm is written 100 % in assembler. It was written with the
  22.  Hisoft's Devpac Assembler version 2.12.
  23.  
  24.             Suggests by :    Fabrice Lienhardt
  25.                      7 rue de Leicester
  26.                      67000 Strasbourg (France)
  27.      
  28.  
  29.