home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p070 / 2.ddi / READ.ME < prev    next >
Encoding:
Text File  |  1992-06-26  |  8.4 KB  |  204 lines

  1.  
  2. This disk set contains the OrCAD ESP Design Environment version 4.20 (ESP).
  3.  
  4. To install ESP, change drives to the desired high density floppy drive 
  5. containing the ESP disk (I.E. type A: followed by the Enter key).  Then
  6. type INSTALL at the command prompt.  The install program will ask you to
  7. answer some questions that will enable you to customize the installation
  8. of ESP on your PC.
  9.  
  10.  
  11. ADDITIONAL NOTES:
  12.  
  13.     ------------
  14.     Using FIXDAT
  15.     ------------
  16.   
  17.  
  18. FIXDAT is a program that transfers configuration information from older  
  19. versions of ESP to newer versions--eliminating the need to reconfigure
  20. tool sets, local configurations, and the on/off status of Transfers after
  21. updating the software.  
  22.  
  23. When you install your new product or update, you are asked--at the 
  24. beginning of the installation process--if you want to automatically update
  25. the ORCADESP.DAT files in your design directories.  If you answer "YES," 
  26. INSTALL runs a program called FIXDAT.  INSTALL automatically handles
  27. the details and updates your configuration information.
  28.  
  29. FIXDAT is designed to run properly when the OrCAD directory structure is
  30. found on one disk drive and the environment variables are set to point
  31. to the proper directories.  If you ask INSTALL to run FIXDAT, and FIXDAT 
  32. cannot find the files it needs (either because more than one disk is used or
  33. environment variables do not point to the proper directories), it reports 
  34. an error. In these cases, you can run FIXDAT as a separate program from the 
  35. system command prompt. If you do not run FIXDAT when you install your update,
  36. the ORCADESP.DAT file is copied to a TEMPLATE directory on the disk drive 
  37. you specified as the drive on which to install the OrCAD software.  
  38. FIXDAT takes two arguments:  
  39.  
  40. o     The path and filename of the old ORCADESP.DAT file to update.  
  41.       In this discussion, the file to update is called the oldDATfile.  
  42.  
  43. o     The path and filename of the new ORCADESP.DAT file.  In this 
  44.       discussion, this is called the newDATfile.  
  45.  
  46. This is how FIXDAT works:  
  47.  
  48. 1.  First, FIXDAT reads in newDATfile followed by oldDATfile.  
  49.  
  50. 2.  Then FIXDAT compares the two files and finds buttons in newDATfile
  51.     that have the same name as buttons in oldDATfile.  If it finds a match, it
  52.     copies the local configuration setting from oldDATfile to newDATfile. 
  53.     When FIXDAT is through with the comparison, you have a new newDATfile
  54.     that has all of oldDATfile's local configuration settings.   
  55.  
  56. 3.  FIXDAT then replaces oldDATfile with the updated newDATfile.  
  57.  
  58.     Note that if the newDATfile has new buttons in it that don't exist in the
  59.     oldDATfile, the local configuration settings for the new buttons are set to
  60.     OrCAD's defaults.  
  61.  
  62. ------------------------------------------------------------------ 
  63. Syntax  
  64.  
  65. FIXDAT [oldDATfile newDATfile] [switches]  
  66.  
  67.       Updates oldDATfile so that it has all of the buttons found in        
  68.       newDATfile.  The settings in oldDATfile remain unchanged.  
  69.  
  70. /A   Reads the ORCADPROJ environment variable to find the TEMPLATE        
  71.      design directory.  The ORCADESP.DAT files in ALL of the design        
  72.      directories are updated to the version of the ORCADESP.DAT file in        
  73.      the TEMPLATE design.  oldDATfile and newDATfile are not specified        
  74.      when the /A switch is used.  
  75.  
  76. /L   Reads the ORCADPROJ environment variable to find the TEMPLATE        
  77.      design directory.  The ORCADESP.DAT file in the current directory        
  78.      only is updated to the version of the ORCADESP.DAT file in the        
  79.      TEMPLATE design directory.  oldDATfile and newDATfile are not        
  80.      specified when the /L switch is used.  
  81.  
  82. /U   Does the transfer even if oldDATfile and newDATfile are already       
  83.      the same version.  The /U switch can be used in conjunction with the
  84.      /L switch or /A switch.  If so, oldDATfile and newDATfile are not
  85.      specified.  
  86.  
  87.       NOTE: FIXDAT reports an error if either newDATfile or oldDATfile        
  88.             does not exist.  
  89.  
  90. ------------------------------------------------------------------ 
  91. Examples  
  92.  
  93. The next sections describe how to use FIXDAT to:  
  94.  
  95. o     Update all your ORCADESP.DAT files  
  96.  
  97. o     Update TEMPLATE's data file and data files in selected designs  
  98.  
  99. o     Update one ORCADESP.DAT file  
  100.  
  101. ------------------------------------------------------------------ 
  102. Update all your ORCADESP.DAT files  
  103.  
  104. If your directory structure is standard and you want to update all your
  105. data files, follow these steps:  
  106.  
  107. 1.  Change to the TEMPLATE design and enter this command:  
  108.  
  109.       C:\ORCAD\TEMPLATE>fixdat orcadesp.dat orcadesp.NEW  
  110.  
  111.     ORCADESP.DAT is the data file with all your current configuration
  112.     settings.  ORCADESP.NEW is the data file with the latest updates to the
  113.     design environment, and is saved in the TEMPLATE directory only when
  114.     FIXDAT is not run during installation.  This command updates your data
  115.     file to the new version without losing your configuration settings.  
  116.  
  117. 2.  To update the data file in each design, enter this line from anywhere in
  118.     the directory structure:  
  119.  
  120.       C:\>fixdat /a  
  121.  
  122. 3.  Delete ORCADESP.NEW from your TEMPLATE design to prevent copying it
  123.     to new designs.  If you allow INSTALL to automatically update the
  124.     ORCADESP.DAT files, INSTALL automatically deletes ORCADESP.NEW for
  125.     you.  
  126.  
  127. ------------------------------------------------------------------ 
  128. Update TEMPLATE's data file and data files in selected designs  
  129.  
  130. 1.  Change to the TEMPLATE design and enter this line:  
  131.  
  132.       C:\ORCAD\TEMPLATE>fixdat orcadesp.dat orcadesp.NEW  
  133.  
  134.     Again, ORCADESP.DAT is the data file with all your current configuration  
  135.     settings.  ORCADESP.NEW is the data file with the latest updates to the
  136.     design environment, and is saved in the TEMPLATE directory only when
  137.     FIXDAT is not run during installation.  This command updates TEMPLATE's 
  138.     data file to the new version without losing your configuration settings.  
  139.  
  140. 2.  Change to the design containing the ORCADESP.DAT file you want to
  141.     update.  
  142.  
  143. 3.  Enter this line at the prompt:  
  144.  
  145.       C:\ORCAD\YOURDESN>fixdat /L  
  146.  
  147. 4.  Repeat steps 2 and 3 for each design you need to update.  
  148.  
  149. 5.  Delete ORCADESP.NEW from your TEMPLATE design to prevent copying it
  150.     to new designs.  
  151.  
  152. ------------------------------------------------------------------ 
  153. Update one ORCADESP.DAT file  
  154.  
  155. To update a data file in a specific design without updating any other data  
  156. files, follow these steps:  
  157.  
  158. 1.  Copy the new data file ORCADESP.NEW to a floppy disk.  In this example, 
  159.     the floppy disk is in drive A.  
  160.  
  161. 2.  Delete ORCADESP.NEW from your TEMPLATE design.  
  162.  
  163. 3.  Enter this line:  
  164.  
  165.       C:\>fixdat \orcad\yourdesn\orcadesp.dat a:\orcadesp.NEW  
  166.  
  167.     FIXDAT updates ORCADESP.DAT in the YOURDESN design to match the
  168.     version of ORCADESP.NEW in the A: drive.  
  169.  
  170.  
  171.     ------------------------------------
  172.     ESP ADDITIONAL TECHNICAL INFORMATION
  173.     ------------------------------------
  174.  
  175.  
  176. 1. In order to run OrCAD executables from outside of the ESP environment 
  177.    you must first add a statement to your AUTOEXEC.BAT file. This line 
  178.    tells the OrCAD executables which driver to load. If you used a VGA
  179.    driver, you would add the following line:
  180.  
  181.    SET ORCADDD=C:\ORCADESP\DRV\VGA640.DRV
  182.  
  183.    This assumes that you had installed the default directories onto 
  184.    your C: drive.
  185.  
  186. 2.  If special video drivers are created using the GENDRIVE utility
  187.     these drivers will not be displayed in the configuration scroll 
  188.     boxes.  To select your custom driver, delete the existing 
  189.     driver selected and type in the custom driver name.
  190.  
  191. _________________________________________________________
  192. _________________________________________________________
  193.  
  194. The installation program used to install OrCAD EDA Tools, 
  195. INSTALL, is licensed software provided by Knowledge
  196. Dynamics Corporation, Highway Contract 4 Box 185-H,
  197. Canyon Lake, Texas 78133-3508 (USA), 1-512-964-3994.
  198. INSTALL is Copyright (c) 1987-1989 by Knowledge Dynamics
  199. Corporation which reserves all copyright protection
  200. worldwide.  INSTALL is provided to you for the exclusive
  201. purpose of installing OrCAD EDA Tools.
  202. _________________________________________________________
  203. _________________________________________________________
  204.