echo off if not %1.==/?. goto start echo Syntax: echo INSTALL will install a demo version of PSPICE in C:\PSDEMO echo INSTALL TUTOR will install the training version of the demo as echo described in the "SPICE TRAINING BOOK". goto exit :start cls echo ------------------------------------------------------------------------------ echo Installing a demoversion of PSPICE echo ------------------------------------------------------------------------------ echo Making directory C:\PSDEMO.... md c:\psdemo >nul echo. echo unpacking and copying the PSPICE version 5.20 demo.... psdemo c:\psdemo -n if %1.==show. if exist show.exe show c:\psdemo -n c: cd \psdemo if %1.==tutor. del *.cir cls echo ------------------------------------------------------------------------------ echo A restricted demo version of PSPICE version 5.2 is now installed. echo ------------------------------------------------------------------------------ echo. echo First: if you have a screen that cannot display VGA graphics, please edit the echo file PSPICE.DEV. For more details see the file DEV.DOC. echo. if %1.==tutor. goto tutor Echo For a quick start enter: echo PS DEMO echo. Echo To run one of the other circuits (with .CIR extension) enter: echo PS filename echo. goto end :tutor echo Please see the SPICE Training Book, chapter 1.3 on how to continue echo. :end echo For more information about this demo and for details on how to obtain the most echo recent version or a full version of PSPICE enter: echo. echo README echo. :exit echo Good luck! echo Tinus van de Wouw echo Philips Semiconductors echo Nijmegen, The Netherlands