Script File to Call Other Script Files

Despite my best efforts, I have not found the syntax needed for a script file to call other script files. I have seen where this was mentioned it was possible but no examples. In pseudocode:

MainScript.scr

Call Script1.scr

Call Script2.scr

StopScript

I am using 16 single script files to plot window sections of Model space and would like to be able to plot all 16 windows using one script file. Thanks for any suggestions

Comments

  • Hello.

    The SCRIPTCALL command (as in Autocad) is not yet implemented.

    One way of working would be to call each script at the end of the previous one.

    An alternative, if using a lisp plugin is considered, would be to experiment with the Script Writer from Lee Mac.
    https://lee-mac.com/scriptwriter.html

  • Have a look at this plots titles in model space as many as there are and only one program. You will have to edit it to use.

    Change the ctb name to suit.