home *** CD-ROM | disk | FTP | other *** search
-
- 12.3 EXECUTE FILE
-
-
- The EXECUTE FILE command is used to execute a command file containing X-CAD
- commands. The file can be created using the standard AmigaDos editor or
- any word processor.
-
- Any text found within the file is treated as input by the command processor.
- So execute files can be set up to contain a list of often used commands or
- can contain drawing commands possibly created by another application.
-
-
- COMMAND FORMAT
-
- #EXECUTE FILE NAME name [modifiers] [CR]
-
-
- MODIFIERS
-
- NAME The name of the file containing X-CAD commands.
-
- NOREQUESTERS Some X-CAD commands will automatically issue requesters
- asking for confirmation for some sort of action. Until the
- requester has been answered, X-CAD will halt execution of
- a command file. If a command file is to be run unattended,
- then the NOREQUESTERS modifier should be used as this will
- bypass all X-CAD requesters. ( Note, the requester is always
- answered in the affirmative ).
-
-
-