Kbase P28014: How to display the 25 th line when calling _progres from the
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/06/2003 |
|
Status: Unverified
GOAL:
How to display the 25 th line when calling _progres from the command line on Windows?
FIX:
When starting _progres from a command line the default Command Line Window / Dos Window will be large enough to allow the user to view the "25 th line" which may be desirable.
To accomplish this create a bat file with the first line entry to display the 25 th line and then call _progres.
Sample bat file:
mode con lines=25
call _progres