You will NOT be able to edit the autoexec.bat on the A: disk,
because the A: disk is ROM. Instead, you will modify B:\autoexec.bat
to do the ini file copying you refered to.
I put the following lines in my B:\autoexec.bat file, so I can update
geos.ini and net.ini in a standard location.
(somewhere in autoexec.bat)
cd \geoworks
copy document\net.ini net.ini
copy document\geos.ini geos.ini
(the rest of autoexec.bat)
Now your ini files to be changed are in the DOCUMENT dir (and visible
to text editors, etc, that force you to use that location.)
The files in \geoworks will be updated with each reboot. (shift-on-next)
To see some possible interface changes (ini changes) that work well on the
OG, see the bottom of the sedit.txt file that comes with Sedit.zip.
(Sedit.zip is also available on http://users.aol.com/RcsAdmin/)
Regards,
Ray Schuler
>> I want to change some of the hard icons on the sides of the OmniGo screen to
>> link to the apps I use the most. I've made a copy of GEOS.INI that will do
>> what I want, but I don't know how to swap my new ini for the old one.
>>
>> BAT and EXE files will not run by by double-tapping them in the Zoomer File
>> Manager.
>>
>> I can't edit the AUTOEXEC.BAT on the A: drive because text editor will only
>> open things in the DOCUMENT directory.
>>
>> Is there some way around this? I thought I read about someone else who got
>> to their ini file and changed it. Anyone know how to do this?