Author Topic: Text mode program object in mode co80,50  (Read 3526 times)

karotlopj

  • Guest
Text mode program object in mode co80,50
« on: May 10, 2016, 11:24:10 am »
If I create a text mode program object, can I make it start in mode co80,50?

Or set various environment variables before starting it up?

Andreas Schnellbacher

  • Hero Member
  • *****
  • Posts: 827
  • Karma: +14/-0
    • View Profile
Re: Text mode program object in mode co80,50
« Reply #1 on: May 10, 2016, 12:26:32 pm »
If I create a text mode program object, can I make it start in mode co80,50?
I have a program object with:
Path and file name = *
Parameters = /k mode co80,70 & cls & %

Or set various environment variables before starting it up?
Use the method above or use one of these WPS enhancements by Rich Walsh:

1) DragText's DTProgram class adds an environment page to a WPS program object settings notebook.

2) Run! allows to load an .env file for environment strings beneath the (renamed) Run!.exe file. I haven't figured out how to get this to work, but it may be caused by the DragText WPS enhancement.