NMAKE Help (nmake.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
U2001
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     NMAKE Error U2001
 
     no more file handles (too many files open)
 
     NMAKE could not find a free file handle.
 
     One of the following may be a solution:
 
        ■ Reduce recursion in the build procedures.
 
        ■ In DOS, increase the number of file handles by changing the
          FILES setting in CONFIG.SYS to allow a larger number of open
          files. FILES=50 is the recommended setting.
                                    -♦-