PDA

View Full Version : Prevent the Phar Lap name from displaying.


R. T. (Fortran Man)
09-02-2003, 11:37 PM
How can I prevent the Phar Lap name from displaying every time I run my EM/32 or LF90 program?

Lahey Support
09-02-2003, 11:38 PM
To supress the Lahey/Phar Lap DOS-Extender sign-on display when a program is invoked, use one of the following commands:

1. If you are creating a stub-bound executable, configure the -nosignon switch into the DOS extender with the following command:

EM/32 LF90 cfig386 run386.exe -nosignon
cfig386 tnt.exe -nosignon

2. If you are creating a fully bound executable using -bind, you can configure the -nosignon switch into your executable with the following command:

cfig386
[prog name] -nosignon

where [prog name] is the name of your executable.