Install
- Copy the contents of all of the floppy disks into a single directory, overwriting the DISK.ID files as you go.
- e.g. D:\GeoWorks Install Dir\
- Launch DosBox
- Mount the directory that you copied all of the files into as C:
mount C "D:\GeoWorks Install Dir"
- Go to C: and run the INSTALL.EXE
C: INSTALL.EXE
- Complete the install process
- Now you have a new directory with GeoWorks installed within your source directory which you can move to whatever final location you want it to reside in
- e.g. D:\GeoWorks Install Dir\GEOS20
- You can at this point copy D:\GeoWorks Install Dir\GEOS20 to some other location like D:\DosBox\root\GEOS20
- Now you can launch GeoWorks by mounting C as you normally would
mount C "D:\DosBox\root" C: CD GEOS20 GEOS20.BAT
Configure
- Edit the file : GEOS20\GEOS.INI
- Within the “[system]” section of the ini file :
- change continueSetup to false
continueSetup = false
- add or change the fs to “os2.geo”
fs = os2.geo
- change continueSetup to false
- The beginning of your GEOS.INI should look something like this :
[system] continueSetup = false SerialNumber = 1234-5678-9012-3456 setupMode = 0 fs = os2.geo [ui] . . .
Notes
- These instructions are based off of this page : http://vogons.zetafleet.com/viewtopic.php?t=7871