lb ~tfz loadbatchfile · lb loadbatchfile ~tfz description this command invokes ab tch file which...

2
LB Load Batch File ~Tfz DESCRIPTION This command invokes a batch file which you have either saved using the SAVE BATCH FILE command or created yourself with a text editor. It is found on the UTILITIES . menu, and is further discussed in Chapter 24, Utilities. To call up a batch file, select the LOAD BATCH FILE com- mand or type LB. You will be prompted for a file name. The ability to save your drawing with the SAVE BATCH FILE command, edit it, and load it back into a drawing gives you the ability to edit the drawing outside of the Generic CADD program. Experienced programmers might want to write their own programs to manipulate the data base to perform certain tasks not available from within Generic CADD. BATCH FILES Note that the LOAD BATCH function can be invoked CAN BE when you first load Generic CADD Level 3 from the com- LOADED FROM mand line in DOS. Two file names can follow the com- THE DOS mand CADD, the first is the filename of the drawing that ~ COMMAND LINE you want to load, and the second is the filename of the BATCH that you want to execute. You don't need any commas in between, or any file extensions for the file names. For example, to load CADD, call up the drawing PLAN, and run the batch file LAYERS, you would type at the DOS prompt: CADD PLAN LAYERS SEE ALSO CHAPTER 24 ALLOWS YOU TO BRING IN DATA FROM AN OUTSIDE SOURCE B-4 BATCH Generic CADD Level 3

Upload: others

Post on 10-Mar-2020

10 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: LB ~Tfz LoadBatchFile · LB LoadBatchFile ~Tfz DESCRIPTION This command invokes ab tch file which you have either saved using the SAVE BATCH FILE command or created yourself with

LB Load Batch File~Tfz

DESCRIPTION This command invokes a batch file which you have eithersaved using the SAVE BATCH FILE command or createdyourself with a text editor. It is found on the UTILITIES .menu, and is further discussed in Chapter 24, Utilities. Tocall up a batch file, select the LOAD BATCH FILE com-mand or type LB. You will be prompted for a file name.

The ability to save your drawing with the SAVE BATCHFILE command, edit it, and load it back into a drawinggives you the ability to edit the drawing outside of theGeneric CADD program. Experienced programmersmight want to write their own programs to manipulate thedata base to perform certain tasks not available fromwithin Generic CADD.

BATCH FILES Note that the LOAD BATCH function can be invokedCAN BE when you first load Generic CADD Level 3 from the com-

LOADED FROM mand line in DOS. Two file names can follow the com-THE DOS mand CADD, the first is the filename of the drawing that ~

COMMAND LINE you want to load, and the second is the filename of theBATCH that you want to execute. You don't need anycommas in between, or any file extensions for the filenames. For example, to load CADD, call up the drawingPLAN, and run the batch file LAYERS, you would type atthe DOS prompt:

CADD PLAN LAYERS

SEE ALSOCHAPTER 24

ALLOWS YOUTO BRING IN

DATA FROM ANOUTSIDESOURCE

B-4 BATCH Generic CADD Level 3

Page 2: LB ~Tfz LoadBatchFile · LB LoadBatchFile ~Tfz DESCRIPTION This command invokes ab tch file which you have either saved using the SAVE BATCH FILE command or created yourself with

- S8This command allows you to save the current drawing DESCRIPTION

f' database as a batch file, which when invoked will recreatethe drawing. This command is found on the UTILITIESmenu, and is discussed in Chapter 24, Utilities. To save SEE ALSOthe drawing as a batch file, select the SAVE BATCH FILE CHAPTER 24command, or type SB. You will be prompted for a filename.

This utility is useful for examining the format for enteringvarious commands as batch file entries, as well as forcreating drawings which draw themselves. It creates a filewith an extension of .TXT, which can be examined with atext editor, edited, and loaded back into a drawing with theLOAD BATCH FILE command.

This command will not save components. To save com-ponents, you must do a COMPONENT DUMP (CD) orCOMPONENT SAVE (CS) command to the drawingbefore you do a "SAVE BATCH:' (See Chapter 10, "Com-ponents.")

Note that most of the sample batch flles shown abovecould have been created with this command, by starting adrawing, setting the grid size and limits, drawing the bor-der, and using the SAVE BATCH FILE command. Theonly command which wouldn't show up in the file savedthrough this command would be SNAP TO GRID, whichis not part of an object defmition.

USE THIS TOLEARN MOREABOUT WHATBATCH FILESLOOK LIKE

ONLY OBJECTRELATEDCOMMANDSSHOWUP

BATCH B-3Generic CADD Leve/3