home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-01-03 | 3.1 KB | 83 lines |
- /* Installation for OrCAD/Install */
- /* Revision History: */
- /* */
- /* Rev 1.00: created by Brian McLaughlin DISK REV ID: S D1 400 xN */
- /* Date: xx-DEC-90 */
- /* */
- /* Rev 1.01: Modified by Jim Davis DISK REV ID: SD1 400a xx */
- /* Date: 02-JAN-91 */
- /* */
- /* A. Added the revision section to this INSTALL.DAT file for */
- /* documentation purposes. */
- /* B. The @Name statement in the @DefineProject area was */
- /* changed so that it reflects this is the Domestic version */
- /* of the Release IV demo. */
- /* C. The @Version statement in the @DefineProject area was */
- /* changed to "V4.00a" to reflect the changes made albeit */
- /* that they were very minor */
- /* Rev 1.02: Modified by Jim davis DISK REV ID: SD1 400a xx */
- /* Date: 03-JAN-91 */
- /* A. Changed the @Name statement in the @DefineProject area so */
- /* it would is shorter than 30 characters. */
-
- @DefineProject
- @Name = "OrCAD Rel IV Domestic Demo"
- @Version = "V4.00a"
- @OutDrive = C
- @Subdir = "\\ORCADESP\\DEMO"
- @EndProject
-
- @DefineVars
- @Dir @ORCAD = "\\ORCADESP\\DEMO"
- @EndVars
-
- @GetOutDrive
- @CLS
- What disk drive will be the destination of this install?
- @EndOutDrive
-
- @GetSubdir @ORCAD
- By default, this installation software will be installed in
- the @ORCAD directory of your @OutDrive disk drive. You can
- specify an alternate destination, or press <ENTER>.
- @Prompt = "What subdirectory for the Demo ([Enter] = @ORCAD) ?"
- @EndSubDir
-
-
- @DefineDisk
- @Label = "Demo Disk 1"
- @File SHOW\\FXSHOW.EXE
- @Out0k \\@ORCAD\\FXSHOW.EXE
- @File SHOW\\CW2.GX2
- @Out0k \\@ORCAD\\CW2.GX2
- @File SHOW\\ESP.PR2
- @Out0k \\@ORCAD\\ESP.PR2
- @File SHOW\\INTRO.PR2
- @Out0k \\@ORCAD\\INTRO.PR2
- @File SHOW\\PCB.PR2
- @Out0k \\@ORCAD\\PCB.PR2
- @File SHOW\\PLD.PR2
- @Out0k \\@ORCAD\\PLD.PR2
- @File SHOW\\REPLIST.PR2
- @Out0k \\@ORCAD\\REPLIST.PR2
- @File SHOW\\SDT.PR2
- @Out0k \\@ORCAD\\SDT.PR2
- @File SHOW\\VST.PR2
- @Out0k \\@ORCAD\\VST.PR2
- @File SHOW\\SHOWPART.SLB
- @Out0k \\@ORCAD\\SHOWPART.SLB
- @EndDisk
-
- @Finish
-
- @ChDrive @OutDrive
- @ChDir "\\@ORCAD"
-
- @System "echo > ORCAD.BAT echo OFF"
- @System "echo >> ORCAD.BAT cd \\@ORCAD"
- @System "echo >> ORCAD.BAT fxshow INTRO -ccw2.GX2"
- @System "echo >> ORCAD.BAT echo ON"
- @Execute "fxshow", "INTRO -ccw2.GX2"
- @EndFinish
-