• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

launch a .bat file from autolisp

  • Thread starter Thread starter x11start
  • Start date Start date

x11start

Guest
stó doing a lisp that needs to read the data produced by a file with the Bat extension.
the file that I will read is a simple text file, but it will be the .bat (to be launched at the same time at the lisp) to create it.
Is it possible?

Thank you.
 
I found the answer:

(command "_shell" "type" "fileditesto.txt")

equates to launch the type command and display the fileditesto.txt text

Similarly you can run all dos commands or launch .bat files
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top