Login
|
Sign Up
AutoLISP Function Detail
Name:
autoxload
Syntax:
(autoxload
app list
)
Description:
Automatically loads the ADS file
app
when the commands in the
list
are typed at the command line.
Example(s):
(autoxload "loader" '("ld" "ldr"))
nil