Increasing the Size of the PWB Build Status Box on MS-DOS

Last reviewed: July 17, 1997
Article ID: Q69475
1.00 1.10 MS-DOS kbtool

The information in this article applies to:

  • Microsoft Programmer's Workbench for MS-DOS, versions 1.0 and 1.1

SUMMARY

In the MS-DOS version of the Microsoft Programmer's WorkBench (PWB) versions 1.0 and 1.1, the status box displayed in the center of the screen during a compile can be made larger by increasing the length of the command being executed.

MORE INFORMATION

When Build or Rebuild All is selected from the Make menu in PWB, a build status box appears on the screen showing the command currently being executed. Unfortunately, this box is often too small and the current command being displayed gets truncated. One way to increase the size of this box is to increase the length of the NMAKE command line.

To increase the length of the NMAKE command line, add the following text (without the quotation marks) to the NMAKE Options dialog box, which can be selected from the Options menu:

   "                                                /NOLOGO"

Be sure to include the spaces when you type this line. Then, when you select Build or Rebuild All from the Make menu, the build status box will be almost as wide as the screen, allowing most of the subsequent commands to fit completely into the box.

If you use the PWB "compile" command, or choose the Compile File option from the Make menu, the build status box behaves similarly -- the longer the command to be executed command, the larger the box will be.


Additional reference words: kbinf 1.00 1.10 PWBIss
KBCategory: kbtool
KBSubcategory: PWBIss
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.