Share
 
 

acet-sys-command (AutoLISP/Express Tools)

Runs a command in a shell and waits for the shell to complete execution before returning.

Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web

Signature

(acet-sys-command shell-command)
shell-command

Type: String

Command to execute.

Return Values

Type: Integer

Exit code from the shell command, or -1 on error.

Was this information helpful?