home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / BATCH.HLP < prev    next >
Encoding:
Text File  |  1992-03-23  |  2.8 KB  |  50 lines

  1. BATCH                                                              Menu: FILES
  2. ==============================================================================
  3. Executes a batch file created by an editor.
  4. (Applicable in both geometric and solid modules.)
  5.  
  6.         1. (CHAR) batch file full name (1-12 char.)
  7.         2. (Y/N) set graphics off ? <n>
  8.  
  9. Description:
  10. Use this command, while in session, to execute a batch file containing
  11. commands and parameters previously written using an external editor (such as:
  12. PE, EDLIN, EDIX).
  13. Enter the name of the batch file to execute. You have the option to set the
  14. graphics display off. This will allow the execution of the batch file without
  15. displaying the result of each operation, thus saving time.
  16. When writing the batch file, avoid using printer control characters. If you
  17. are uncertain whether your word processor produces a non-document ASCII file,
  18. use the DOS EDLIN editor.
  19. Any of the modeling commands and parameters may appear in each line of the
  20. file, as long as it ends with the two characters `|;', representing ENTER.
  21. If you create a batch file namedarcauser, it will be executed every time you
  22. enter the system from the directory in which thearcauserfile is located.
  23. The batch command can be used for the execution of long processes, such as
  24. solid creation, etc. The system will automatically carry out the entire
  25. process. If the batch file includes commands that create or open new files the
  26. system will assume that the user wishes to overwrite files of the same name if
  27. they already exist.
  28. During the operation of the batch file, the current command, its parameters
  29. and time of execution are displayed on screen. Should an error occur the batch
  30. will be halted and the command and parameters that were the cause of the error
  31. will remain displayed.
  32. The progress of the execution of the batch file is also recorded in a file
  33. called ARC.LOG which the system opens. Several batch files executed in the
  34. same session will be recorded consecutively within the same file. A batch file
  35. executed in a new session will overwrite the existing file. The file contains
  36. the following data: batch file name, number of line in the batch file, name of
  37. command executed and the time of the start of the command.
  38. NOTE:The batch file must be in the current directory.
  39.         Example: Create an ASCII file named elev1, in the following format:
  40.                  \clear y|;
  41.                  \load house1|;
  42.                  \solid w h|;
  43.                  \elev f|;
  44.                  \save el1|;
  45.                  While in the system enter the following command:
  46.                  \batch elev1 n
  47.         Result:  The commands contained in the fileelev1are carried out
  48.                  sequentially, and the operations will not be shown
  49.                  graphically on the screen.
  50.