home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / util_bat / envused.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-23  |  206 b   |  8 lines

  1. @echo off
  2. ::
  3. :: FFG-based utility to report number of bytes used by DOS environment.
  4. ::
  5. set > %temp%\}{.tmp
  6. ffg /1 /r /q %temp%\}{.tmp /e!"echo DOS Environment is using %%s bytes."
  7. del %temp%\}{.tmp
  8.