Hello
When you install Geopak it places the Geopak gfg file in the appl directory. This means that Geopak will start everytime you open Microstation. Without installing 2 instances of Microstion V8i, we want to be able to start Microstation with Geopak and if we want, start Microstation without any of the Geopak options. What is the best way to do this?
Regards
Glenn
There are a couple of ways you can do this.
1. You could do something as simple as a batch file on your desktop that disables/enables the 'geopak.cfg' file by renaming it. Rename if to something else (e.g. geopak.bck) and GEOPAK will not start - rename it back to 'geopak.cfg' and GEOPAK will start.
2. You can also set the variable:
GPK_NOAUTOACTIVATE = 1
This will always start MS with GEOPAK deactivated and users can activate it when needed.
Derricke