ID: q104173
In Windows NT, if you run a batch or command file and run a MODE command while the batch file is running minimized, the window size of the Command Prompt (CMD.EXE) may not change and the full screen prompt may not get the proper settings.
Microsoft has confirmed this to be a problem in Windows NT version 3.1 and Windows NT Advanced Server version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
1. Create the following batch file and save it as TEST.BAT:
      @echo off
      rem The following should set the screen to 50 lines
      mode con lines=50
      pause
      cmd
   Run Minimized option.
   settings may not be correct.
Keywords          : kbtool
Version           : 3.1
Platform          : WINDOWSLast Reviewed: August 14, 1998