home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / chasm2.zip / DSIZE.DOC < prev    next >
Text File  |  1983-09-25  |  806b  |  60 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.     DSIZE
  7.     Command
  8.  
  9.  
  10.     --------------------------------------------
  11.     Purpose: Allows determining the format
  12.              of a diskette from within a batch
  13.              file.
  14.  
  15.     Format:  DSIZE [d:]
  16.  
  17.     Type:    Internal    External
  18.                            ***
  19.  
  20.     Remarks: The diskette in the specified drive
  21.              is examined, and ERRORLEVEL is set
  22.              as follows:
  23.  
  24.              0 = unrecognized format
  25.              1 = 160K
  26.              2 = 180K
  27.              3 = 320K
  28.              4 = 360K
  29.  
  30.              The result is also given as a
  31.              console message.
  32.  
  33.              DSIZE requires DOS 2.0, and will
  34.              print an error message and abort
  35.              under earlier versions.
  36.  
  37.     Author:  David Whitman
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.