home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / NOSPACE.ZIP / NOSPACE.DOC next >
Encoding:
Text File  |  1993-01-04  |  400 b   |  8 lines

  1. This program checks to see how much free disc space exists on your hard disk.
  2. If the amount is less than the parameter specified, it will issue a warning
  3. message.  Great for new users to prevent getting a "disk full" error message.
  4. I just put it in their autoexec.bat file.  The syntax is 
  5.  
  6.                  nospace <drive>: <disk space in bytes>
  7.                  Example: nospace c: 3000000
  8.