Loading an ObjectARX Application

You can load an ObjectARX application using any of the following methods:

/ld c:\myfiles\test.arx or -ld test.arx.

If the entry does not include a full path, AutoCAD will look for the specified file on the ACAD search path.

This switch may be used more than once per startup command line, and other switches may be interspersed. For example:

acad /ld test1.arx /ld c:\myfiles\test2.arx /nologo /ld test3.arx

If the path or file name contains spaces, the path and file name should be wrapped in quotes. For example:

/ld "c:\my files\test.arx"