home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / execfile < prev    next >
Text File  |  1995-07-10  |  1KB  |  32 lines

  1.  
  2.    12.3 EXECUTE FILE
  3.  
  4.  
  5. The EXECUTE FILE command is used to execute a command file containing X-CAD
  6. commands. The file can be created using the standard AmigaDos editor or
  7. any word processor.
  8.  
  9. Any text found within the file is treated as input by the command processor.
  10. So execute files can be set up to contain a list of often used commands or
  11. can contain drawing commands possibly created by another application.
  12.  
  13.  
  14.    COMMAND FORMAT
  15.  
  16.       #EXECUTE FILE NAME name [modifiers] [CR]
  17.  
  18.  
  19.    MODIFIERS
  20.  
  21. NAME           The name of the file containing X-CAD commands.
  22.  
  23. NOREQUESTERS   Some X-CAD commands will automatically issue requesters
  24.                asking for confirmation for some sort of action. Until the
  25.                requester has been answered, X-CAD will halt execution of
  26.                a command file. If a command file is to be run unattended,
  27.                then the NOREQUESTERS modifier should be used as this will
  28.                bypass all X-CAD requesters. ( Note, the requester is always
  29.                answered in the affirmative ).
  30.  
  31.  
  32.