Miscellaneous Utilities Help (misc.hlp) (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.
BK1506
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     BSCMAKE Error BK1506
 
     cannot open file 'filename'
 
     BSCMAKE could not open the given file.
 
     One of the following may have occurred:
 
        ■ No more file handles were available. 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.
 
        ■ The file was locked by another process.
 
        ■ The disk was full.
 
        ■ A hardware error occurred.
 
        ■ The specified output file had the same name as an existing
          subdirectory.
                                    -♦-