re: file permissions

Andy Zaitsev (daugava@crl.com)
Wed, 31 Jul 1996 16:48:10 -0500

> I'm told that you can't modify geos.ini because that file
> is always in use. But you can copy geos.ini to geos.txt,
> for example and then modify geos.txt. Then copy geos.txt
> to geos.ini and reboot.

That won't work. You cannot copy over GEOS.INI while geos is running.
This is how you can do it: change autoexec.bat to say

IF EXIST GEOS.TXT COPY GEOS.TXT GEOS.INI
GEOS

Then, while in Geos, you will be able to make a copy of GEOS.INI to
GEOS.TXT, make changes and they will tale place after reboot.

Andrew