Dennis, I use only this option (separate autoexec and config) all the time for 2 reasons:
1. Dos Greek is a TSR com that cannot be executed in a batch file like with Win98. After termination it is 'free' and cannot be used by the next line of Rbase.exe, inside a batch file. 2. It doesn't seem wise to manifest all the necessary modifications, settings, paths etc of autoexec and config to the WHOLE system So I copy Config.nt and autoexec.nt to a separate directory of Rbfiles (ntstart i.e..), make the necessary modifications and link them to the rbase.exe shortcut. I do this to all the dos exes I run. Polychronis Kontos Athens, Greece > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Dennis McGrath > Sent: Saturday, November 15, 2003 12:51 AM > To: RBASE-L Mailing List > Subject: [RBASE-L] - RE: Virtual Memory Problems, RB65++, Win2K > > > Mike, > > I tried your suggestion and ran my test on the concomp in the RBDOS > directory. The memory leak did not manifest itself. > > I have always started RBase with a batch file of some kind to clean up > the path, as well as doing some fidling with the drive mappings, so I > am sure that the correct RBASE.CFG file is seen and so only the DOS > version of RBase is in the path. > > I see in the shortcut on the program tab an advanced button which seems > to allow me to point to a custom autoexec.??? and config.??? for that > session. I am going to experiment with making an autoexec.rbd and > config.rbd and see if I can do the setup there. > > I'll keep you posted. > > Dennis McGrath > > > > > > > If you get this far, you will want to use this icon and revise your > > startup > > routine > > to use the "C:\RBTI\RBDOS65\RBASE65.EXE -R -C <your command file>" > > format in the Cmd Line field. Make sure to change the Working > > directory to > > reflect the directory of the command file that you specify in the Cmd > > line. > > > > This is the inverse of what many developers have done over the years, > > and > > works much better than the old logic. The old logic was to fire > > R:BASE from > > a command window either directly or via a batch file. The new logic > > is to > > use the icon to fire R:BASE directly and call the command file from > > R:BASE. > > > > I hope this helps. > > > > Mike > > >

