Login
|
Sign Up
AutoLISP Function Detail
Name:
startapp
Syntax:
(startapp
app [file]
)
Description:
Launches the application that is provided with the optional file if one is supplied.
Example(s):
(startapp "notepad.exe")
(startapp "notepad.exe" "mylsp.lsp")
[result varies]