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.
BSCMAKE Command Line
                                             Up Contents Index Back
─────BSCMAKE────────────────────────────────────────────────────────────────
 
     Run BSCMAKE using the following syntax:
 
     BSCMAKE [options] sbrfiles
 
     <options>      Must be specified first on the command line.
                    Options are case sensitive. If the /r option is
                    used, it must be specified first.
                    See: BSCMAKE Options
 
     <sbrfiles>     One or more .SBR files created by a compiler or
                    assembler. Separate filenames with a space. You
                    must specify the filename extension; there is no
                    default. You can specify a path with the filename,
                    and you can use operating-system wildcards (*, ?).
 
     You can specify command-line input in a response file.
     See: Using a Response File
 
     You can use virtual memory when running BSCMAKE.
     See: BSCMAKE and BSCMAKEV
                                    -♦-