Angelo2449
Guest
Hello everyone,
in the code below, the > command < extracted from the windows clipboard, contains the lisp command name to run.
then command = "line" should run the command "line".
what can I write instead of (xxxxxx) to get this?
It doesn't work!
Thank you.
in the code below, the > command < extracted from the windows clipboard, contains the lisp command name to run.
then command = "line" should run the command "line".
what can I write instead of (xxxxxx) to get this?
It doesn't work!
Thank you.
Code:
(defun panel (/ command)
(runapp "c:\\autocadsupporto\\\libertytre\\\pannelloicone.exe "c:\\\\\autocadsupport\\\\\\\\\pannelloicone.tkn" :vlax-true)
(setq command (getcliptext)
(princ "\n")
(princ "command xxxxxxxxx ")
(princ command)
(princ "\n")
(xxxxxxxxxx)
);