Use the LoadScript command to execute a sequence of commands from a script file.
You can write a script file with any text editor or word processing program that is able to store ASCII text format (without the addition of any formatting information).
To create a script file:
These lines define a script that sketches a Circle at the coordinates 5,5 with a radius of 10 drawing units:
Circle
5,5
10
An equivalent is (note the spaces):
Circle 5,5 10
You can write script files with the Copy and Copy History commands.
The command history window contains a list of program commands and data entries that you made during the program session. The history lets you reference and reconstruct the procedures you used.
To write script files by copying command history:
To run a script file:
Access
Command: LoadScript
Menu: Tools > Run Script