home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / BACKUP.001 / DOC_IREF_SYSTEM.HLP < prev    next >
Encoding:
Text File  |  1991-02-27  |  1.8 KB  |  45 lines

  1. =====================================================================
  2. Trouble Shooting System Configuration Problems
  3. ---------------------------------------------------------------------
  4.  
  5. To run PALASM 4 you should ensure the following:
  6.  
  7.         1. You are using DOS 3.0 or later.
  8.  
  9.         2. You have sufficient available memory to run the PALASM 4
  10.            software. We recommend that a minimum of 512K available low
  11.            memory. To check, type 'CHKDSK /F[enter]' at the DOS command
  12.            line.
  13.  
  14.         3. In your CONFIG.SYS system file you must have FILES = 20 as a
  15.            minimum.
  16.  
  17.         4. You have correctly set up your PATH statement. You may examine
  18.            the current PATH setting by typing 'SET[enter]' at the DOS
  19.            command line.
  20.  
  21.            PALASM 4 requires the 'EXE' subdirectory and the directory
  22.            containing COMMAND.COM on the directory path.
  23.  
  24.             eg. PATH c:\;c:\palasm\exe;
  25.  
  26.         5. You have correctly set up your environment pointers to PALASM and
  27.            ORCAD directory locations. You may examine these environment
  28.            label settings by typing 'SET[enter]' at the DOS command line.
  29.  
  30.            The PALASM environment label must point to the root directory
  31.            in which the PALASM 4 software is installed.
  32.  
  33.             eg. SET PALASM=c:\palasm\        (no spaces in SET string)
  34.  
  35.            The ORCAD environment label points to the directory
  36.            containing the OrCAD/SDT software exectables (needed only
  37.            if using the OrCAD interface)
  38.  
  39.             eg. SET ORCAD=c:\orcad\          (no spaces in SET string)
  40.  
  41. Note:  Refer to Recommended Minimum Configuration for additional information
  42.        regarding hardware and operating system constraints.
  43.  
  44.  
  45.