Message-ID: <372AE020.34397BE7@vortex.ufrgs.br> Date: Sat, 01 May 1999 08:06:08 -0300 From: "Luciano R. M. Silva" X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: GRX References: <37292763 DOT 71AF6D9B AT pcola DOT gulf DOT net> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: prt13u24.ez-poa.com.br Lines: 25 NNTP-Posting-Host: irc.ez-poa.com.br To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Bruce F. Ferguson Jr." wrote:
I am curious as to where I modify the environment variables for GRX in
what file do I do this?  The docs included with GRX do say what to
modify; however, what has been neglected is the issue of what file to
modify to reflect the environmental settings for GRX and where this file
is.   Thanks in advance for any replies.
I also use GRX. I don't know if a understood well your question,
but...well, enviroment variables are set from the DOS, at the command
prompt or a .BAT file. Like:

C:\> SET GRX20DRV=VESA gw 1280 gh 1024

I can also but that DOS command in a batch file that calls your program
and can also destroy the variable at exit, like that:

SET GRX20DRV=VESA gw 640 gh 480 nc 256
grxprog.exe
SET GRX20DRV=

Hope this help,

LRMS