1. Manually create a short-cut to your application on your server drive or URL. For example: F:\CAPITAL\BMS.EXE
2. Ensure that the "Target" and "Start In" paths are the same. For example, if the "Target" is specified as F:\CAPITAL\BMS.EXE, ensure that the "Start In" or equivalent path on your short-cut reads: F:\CAPITAL
3. Create a folder on the local PC at a neutral location (a location not managed by Windows, such as a profile folder or system folder). For example: C:\CAPDATA
4. Using Notepad save the file CAPWIN.INI inside C:\CAPDATA
Code: Select all
[Environment]
CapProg=<path>
CapData=<path>
CapHelp=<path>
Code: Select all
[Environment]
CapProg=F:\CAPITAL
CapData=F:\CAPITAL
CapHelp=F:\CAPITAL
5. Finally, edit your short-cut and change: ..\CAPITAL\BMS.EXE to read: ..\CAPITAL\BMS.EXE /CONFIG=C:\CAPDATA\CAPWIN.INI
The application will now launch.
NOTE: The 'neutral location' should be unique for each user. Do not point multiple users to the same file at the same location.