home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p070 / 10.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-01-03  |  3.1 KB  |  83 lines

  1. /* Installation for OrCAD/Install */
  2. /* Revision History:                                                      */
  3. /*                                                                        */
  4. /* Rev 1.00: created by Brian McLaughlin        DISK REV ID: S D1 400 xN  */
  5. /*           Date: xx-DEC-90                                              */
  6. /*                                                                        */
  7. /* Rev 1.01: Modified  by Jim Davis             DISK REV ID: SD1 400a xx  */
  8. /*           Date: 02-JAN-91                                              */
  9. /*                                                                        */
  10. /*           A. Added the revision section to this INSTALL.DAT file for   */
  11. /*              documentation purposes.                                   */
  12. /*           B. The @Name statement in the @DefineProject area was        */
  13. /*              changed so that it reflects this is the Domestic version  */
  14. /*              of the Release IV demo.                                   */
  15. /*           C. The @Version statement in the @DefineProject area was     */
  16. /*              changed to "V4.00a" to reflect the changes made albeit    */
  17. /*              that they were very minor                                 */
  18. /* Rev 1.02: Modified by Jim davis              DISK REV ID: SD1 400a xx  */
  19. /*           Date: 03-JAN-91                                              */
  20. /*           A. Changed the @Name statement in the @DefineProject area so */
  21. /*              it would is shorter than 30 characters.                   */
  22.  
  23. @DefineProject
  24.     @Name       = "OrCAD Rel IV Domestic Demo"
  25.     @Version    = "V4.00a"
  26.     @OutDrive   = C
  27.     @Subdir     = "\\ORCADESP\\DEMO"
  28. @EndProject
  29.  
  30. @DefineVars
  31.     @Dir @ORCAD = "\\ORCADESP\\DEMO"
  32. @EndVars
  33.  
  34. @GetOutDrive
  35.     @CLS
  36.     What disk drive will be the destination of this install?
  37. @EndOutDrive
  38.  
  39. @GetSubdir @ORCAD
  40.     By default, this installation software will be installed in
  41.     the @ORCAD directory of your @OutDrive disk drive.  You can
  42.     specify an alternate destination, or press <ENTER>.  
  43.     @Prompt = "What subdirectory for the Demo ([Enter] = @ORCAD) ?"
  44. @EndSubDir
  45.  
  46.  
  47. @DefineDisk
  48.     @Label = "Demo Disk 1"
  49.     @File SHOW\\FXSHOW.EXE
  50.         @Out0k \\@ORCAD\\FXSHOW.EXE
  51.     @File SHOW\\CW2.GX2
  52.         @Out0k \\@ORCAD\\CW2.GX2
  53.     @File SHOW\\ESP.PR2
  54.         @Out0k \\@ORCAD\\ESP.PR2
  55.     @File SHOW\\INTRO.PR2
  56.         @Out0k \\@ORCAD\\INTRO.PR2
  57.     @File SHOW\\PCB.PR2
  58.         @Out0k \\@ORCAD\\PCB.PR2
  59.     @File SHOW\\PLD.PR2
  60.         @Out0k \\@ORCAD\\PLD.PR2
  61.     @File SHOW\\REPLIST.PR2
  62.         @Out0k \\@ORCAD\\REPLIST.PR2
  63.     @File SHOW\\SDT.PR2
  64.         @Out0k \\@ORCAD\\SDT.PR2
  65.     @File SHOW\\VST.PR2
  66.         @Out0k \\@ORCAD\\VST.PR2
  67.     @File SHOW\\SHOWPART.SLB
  68.         @Out0k \\@ORCAD\\SHOWPART.SLB
  69. @EndDisk
  70.  
  71. @Finish
  72.     
  73.     @ChDrive @OutDrive
  74.     @ChDir "\\@ORCAD"
  75.  
  76.     @System "echo > ORCAD.BAT echo OFF"
  77.     @System "echo >> ORCAD.BAT cd \\@ORCAD"
  78.     @System "echo >> ORCAD.BAT fxshow INTRO -ccw2.GX2"
  79.     @System "echo >> ORCAD.BAT echo ON"
  80.     @Execute "fxshow", "INTRO -ccw2.GX2"
  81. @EndFinish
  82.  
  83.