The following procedures and recommendations are provided as guidelines to be used when installing WordPerfect 6.0 into a CCI Concurrent DOS environment. These procedures are by no way the 'only' way, but they are known to work. If there are problems installing WordPerfect 6.0, your best bet would be to follow the procedures provided here and then SLOWLY modify things until the system performs as desired. The procedures we have detailed here consist of easy to follow steps that should reduce, if not eliminate, any confusion when installing WordPerfect 6.0. There are only two base requirements to run WordPerfect 6.0: The first is V3.05 R9 or greater CCI Concurrent DOS, and the second is that the system has a minimum Banking Window size of 528.
The directions consist of specific easy to follow steps for both the experienced and non-experienced installer. First, consider the individual needs of your users, the way the system is configured and the degree to which you wish to 'customize' Wordperfect for each user. One of the first questions is if security is being used on the system. If you are not using security, please consider doing this now, as it is much easier to maintain and troubleshoot over the long run. Refer to Chapter 4 in the User's Guide on how to set up security.
Some things to look at in order to improve the performance of WordPerfect 6.0 would be enabling LIM in setup (remember there is a Banking Window Impact) and using a virtual drive to load some of the WordPerfect 6.0 files into. These are both options to evaluate before pursuing that are not documented in this FAX. We would recommend that you install WordPerfect 6.0 using this document FIRST, then start playing with enhancements.
At the end of this FAX, we have included a short troubleshooting section reference section if problems occur.
When installing WordPerfect 6.0:
If using Security:
NOTE: If using EDITOR to create this batch file, insert an ^[
(ESCAPE) character by typing CTRL-P and the ESCAPE key.
@ECHO OFF
REM This batch file is to be used when security/name service is
REM enabled and you are running under CCI Concurrent DOS
REM
REM If this is already set, you can delete this line.
REM Included for insurance
&SETCCI
REM SET UP WordPerfect 6.0 directory
SET WPPATH=C:\wp60
REM Turn on idle-detect
IDLE ON
REM Find out if we are Color or Mono and set flags as
REM appropriate
IF "%CCI14%"=="COLOR" set TUBE=
if "%CCI14%"=="MONO" set TUBE=/MONO
REM Check to see if we already are running WordPerfect 6.0
IF EXIST %HOME%\LOCK.WP GOTO INUSE
REM If not, let's prevent trouble to come
REM We also keep track of where we are using this for later
ECHO You are already using WP on session %CCI02% > %HOME%\LOCK.WP
REM If you do not intend to use graphics on the host, you can
REM include the following lines to improve your banked window
REM size
REM This means you cannot do page preview while in WordPerfect
REM 6.0
if "%OS%"=="CDOS386" and "%CCI11%"=="HOST" echo ^[84
REM Setup the WP variable for WordPerfect 6.0
REM %TUBE we set to Mono if we are running on a mono terminal
REM /U is set to our USERNAME to keep individual setups
REM /PS is set to our HOME directory for storage of the .SET REM file
REM /D is set to our HOME directory to use as a working REM directory
SET WP=%TUBE%/U-%CCI04%/PS=%HOME%/D=%HOME%
REM Now we actually start the thing....
C:\WP60\wp
REM Now we clean up things
ERASE %HOME%\LOCK.WP
REM If you do disabled graphics, you probably want to reset the
REM Banking Window back to normal
if "%OS%"=="CDOS386" and "%CCI11%"=="HOST" echo ^[85
EXIT
REM This is where we tell them they can't run more than
REM once per USERNAME
:INUSE
TYPE %HOME%\LOCK.WP
ECHO You must first end WP there before you can start another
EXIT
If NOT using Security:
| Trouble Shooting | |
|---|---|
| SYMPTOM | ACTION TO TAKE |
| Program doesn't come up | Check the size of your Banking Window; Wordperfect recommends
528K Remove any TSR's running in the background of the virtual console you wish to run WordPerfect 6.0 |
| Program lockups complete system | Check for type of graphics driver selected (*.VRS) |
| Get message: "C:Invalid Drive or directory specified for disk swap files" | Wordperfect is confused as to where it is told to run. Check your "/D=<PATH>" statement in your batch |
| Program runs slowly - especially after loading two or more copies or when running SPELLER | Add Statement to your CCONFIG.SYS file: IDLE=ON,2 Check your banking window size |
| WordPerfect 6.0 won't print | Incorrect printer driver, change to correct
printer. Non-existent printer port being used, check printer setup for port being used. |
| WordPerfect 6.0 prints garbage | Incorrect printer driver, change to correct printer If using serial printer, check flow control and set to proper values |
| Cannot run commands with control key | Use the FUNCTION utility to change the SWITCHING Lead-In key to something other than CONTROL |