svorgodne Posted June 3, 2013 Posted June 3, 2013 I made a lisp that creates a script file and runs it, but I cannot delete the script until the script is over. The problem is that the Autolisp routine ends way earlier before the script has ended, therefore I cannot delete the script file within the autolisp routine itself. Any idea? Thanx a lot in advance. S. Quote
BlackBox Posted June 3, 2013 Posted June 3, 2013 Why not just use vl-FileName-MkTemp to write your Script to a temporary file, or better yet, could you not just code everything in LISP (you neglected to mention what the Script does)? Quote
Lee Mac Posted June 3, 2013 Posted June 3, 2013 You could retain the Script and simply overwrite it every time the program is run. This is in fact the method I implement in this program. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.