CompuServe Thread

#Hello/Help

2 messages in this thread
#13007From: Richard WebbMar 29, 1986 11:56 AM
Aha, from Startup-sequence — try this. Go through the startup-sequence initialization, and include the lines newcli endcli This will open CLI 2, then terminate CLI 1. You _can_ change the default size of NewCLI windows, if you have FileZap (DL2 "fileza.exe"), or equivalent. The area starting at 04B9 is a CON:xx/yy/XX/YY statement, in ascii format. You can change this to make CLIs opened with NewCLI to be wherever you want. Could also "copy newcli to startingcli" to leave the default sizing alone, and run a modified "startingcli" in your startup-sequence. * Reply: 13176
#13176From: Mathew A. MarullaMar 30, 1986 5:17 PM
Richard, That FileZap stuff was just what I needed. Thanks, -Matt * RR 13007