home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 11 / envsize.bat < prev    next >
DOS Batch File  |  1991-12-29  |  206b  |  8 lines

  1. ECHO OFF
  2. REM ==========  Show size of DOS Environment being used  ===========
  3. CLS
  4. SET > ENVSIZE.
  5. ECHO Number of bytes used by DOS Environment shown by file size of ENVSIZE
  6. DIR ENVSIZE.
  7. DEL ENVSIZE.
  8.