home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / batch / library / batutl2 / dsize.doc < prev    next >
Text File  |  1986-08-13  |  557b  |  30 lines

  1. DSIZE
  2. Command
  3. --------------------------------------------
  4. Purpose: Allows determining the format
  5.     of a diskette from within a batch
  6.     file.
  7.  
  8. Format:  DSIZE [d:]
  9.  
  10. Type:    Internal    External
  11.             ***
  12.  
  13. Remarks: The diskette in the specified drive
  14.     is examined, and ERRORLEVEL is set
  15.     as follows:
  16.  
  17.     0 = unrecognized format
  18.     1 = 160K
  19.     2 = 180K
  20.     3 = 320K
  21.     4 = 360K
  22.  
  23.     The result is also given as a console message.
  24.  
  25.     DSIZE requires DOS 2++, and will
  26.     print an error message and abort
  27.     under earlier versions.
  28.  
  29. Author:  David Whitman
  30.