home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
autocad
/
param1.arj
/
1STLOOK.BAT
next >
Wrap
DOS Batch File
|
1991-09-03
|
11KB
|
203 lines
echo off
if not exist PGPG.EXE goto NOINST
if not exist PGPG.IDB goto NOINST
if not exist baseplt.PG goto NOINST
if not exist tblock.PG goto NOINST
if not exist abolt.PG goto NOINST
if not exist pipebend.PG goto NOINST
if not exist pgrun.lsp goto NOINST
cls
cls
echo *********************************************
echo * Welcome to ParaDraft demonstration *
echo * *
echo * Parametric Drafting Sytem *
echo * for AutoCAD *
echo * *
echo * ParaDraft *
echo * SHAREWARE VERSION V 1.01S *
echo * *
echo ParaDraft COPYRIGHT 1991 ParaWare Systems, India
echo **************************************************************
echo.
echo. In this demonstration, you will first see a slide show
echo. giving you a first look at the features of ParaDraft.
echo.
echo. Next, parametric drafting applications will be created
echo. for the given four sample geometries. This way you get
echo. to run programs generated NOW from the sample input.
echo.
echo. Finally, you will start AutoCAD and draw the geometries
echo. automatically using the applications created just now
echo. with your own values.
echo **************************************************************
pause
cls
echo.
echo. ParaDraft SLIDE SHOW follows.....
echo.
echo. In this slide show, you will see
echo.
echo. * ParaDraft = parametric drafting
echo. * how to create a ParaDraft application
echo. * slides of sample applications of ParaDraft
echo.
echo. You can end the slide show by entering CTRL-C repeatedly.
echo.
echo. Please note that the demonstration continues beyond the slide show.
pause
cls
sldmgr p 1stlook
cls
echo *********************************************
echo * Welcome to ParaDraft demonstration *
echo * *
echo * Parametric Drafting Sytem *
echo * for AutoCAD *
echo * *
echo * ParaDraft *
echo * SHAREWARE VERSION V 1.01S *
echo * *
echo **************************************************************
echo * *
echo * *
echo * This demonstration will run geometry parameterisation *
echo * expert system for you to create AutoLISP files for the *
echo * following samples applications: *
echo * *
echo * BASEPLT - Base Plate *
echo * TBLOCK - T - block like shape *
echo * ABOLT - a round headed bolt *
echo * PIPEBEND - a simple bent pipe *
echo * *
echo **************************************************************
pause
cls
echo *********************************************
echo * Welcome to ParaDraft SAMPLE RUN *
echo * *
echo * Parametric Drafting Sytem *
echo * for AutoCAD *
echo * *
echo * ParaDraft *
echo * SHAREWARE VERSION V 1.01S *
echo * *
echo **************************************************************
echo * *
echo * These samples illustrate these features of ParaDraft *
echo * *
echo * BASEPLT : Horizontal and Vertical dimensions *
echo * Symmetry *
echo * TBLOCK : Angular and Aligned Linear dimensions *
echo * line/line intersection *
echo * ABOLT : Circles, Arcs and Fillets *
echo * Radial and diametrial dimensions *
echo * Intersections of Line/Circle *
echo * PIPEBEND : Multiple Angular dimensions *
echo * *
echo **************************************************************
pause
cls
pgpg @samples.lst
pause
cls
echo *********************************************
echo * ParaDraft SAMPLE RUN is Over *
echo * Thanks ! *
echo * *
echo * Parametric Drafting Sytem *
echo * for AutoCAD *
echo * *
echo * ParaDraft *
echo * SHAREWARE VERSION V 1.01S *
echo * *
echo **************************************************************
echo * *
echo * *
echo * The following AutoLISP Parametric Geometry Programs *
echo * have been created just now *
echo * *
echo * baseplt *
echo * tblock *
echo * abolt *
echo * pipebend *
echo * *
echo * Now you can proceed to run these programs in AutoCAD *
echo **************************************************************
pause
cls
set lispheap=38000
set lispstack=7000
echo **************************************************************
echo * Please proceed immediately to run AutoCAD *
echo * *
echo * Choose main menu option 1 and start a new drawing, using *
echo * an = sign after the name for a BLANK prototype drawing. *
echo * *
echo * In the drawing, please make sure that: *
echo * o AutoLISP is not deactivated. *
echo * o You have zoomed into a window about 300x300 units *
echo * *
echo * Please enter the following commands at the command *
echo * prompt of AutoCAD drawing editor: *
echo * *
echo * 1. Command: SCRIPT *
echo * File: PGINIT *
echo * 2. Command: PGDEMO *
echo * *
echo * The above will load all the neccessary functions into *
echo * AutoCAD for running the demonstration. *
echo * *
echo * *
echo * Please take a printout of this screen using the PrtScr key *
echo * *
echo **************************************************************
pause
cls
echo *********************************************************************
echo * To draw the geometry, enter the command prompt of AutoCAD:
echo *
echo * Command: PGDRAW
echo * Select geometry:
echo * Abolt/Baseplt/Pipebend/Tblock:
echo *
echo * Select any one of samples from the above four. The program
echo * will automatically assign the default value to each of the
echo * dimensions, after showing you the same.
Echo *
echo * Just pick ANY point for the insertion point of the geometry,
echo * After a few messages the geometry corresponding to the
echo * default values will be drawn.
echo *
echo * After you have tried all the sample geometries with the default
echo * values you are strongly urged to try running the sample programs
echo * again with your own values of the parameters. Enter command:
echo *
echo * Command: LETMETRY
echo *
echo * Now you will be asked for all the dimension values.
echo *
echo ******** Please take a printout of this screen using the PrtScr key ***
pause
cls
echo *********************************************
echo * ParaDraft SAMPLE RUN is Over *
echo * Thanks ! *
echo * *
echo * Parametric Drafting Sytem *
echo * for AutoCAD *
echo * *
echo * ParaDraft *
echo * Shareware version V 1.01S *
echo * *
echo **************************************************************
echo * Please proceed immediately to run AutoCAD *
echo * for the second part of the demonstration. *
echo **************************************************************
goto END
:NOINST
echo Sorry. Can not run 1STLOOK for ParaDraft, since
echo ParaDraft installation is incomplete in the current directory.
echo Check if you are running 1STLOOK from the wrong directory.
:END