|
I have searched around for a similar problem, but did not seem to find it. If anyone can point me to where this has been discussed, this thread can be closed.
Anyways, I am about to pull my hair out. I have used a program called Script Maker v. 1.0.4 to create simple batch scripts to update attributes in my title blocks that exist in multiple drawings.
This is the essence of the command:
PSPACE
GATTE
0,0
APPROVALDATE
[here I enter the new text]
Y
_QSAVE
CLOSE
When those commands are generated on with a script containing the desired files, for some reason the script malfunctions around the 7th drawing.
Today, I downloaded a demo of Hurricane for AutoCAD, which is a more user friendly program that does just about the same thing.
This is the script it generates:
(LOAD "C:/PROGRAM FILES (X86)/HURRICANE/LISP/TB_WIZ1.LSP")
;-------------
TB_WIZ1
"title-sheet"
approvaldate
09/19/12
REGEN
;-------------
Again, it works first few drawings (in this case the first three drawings), but malfunctions on the fourth drawing.
This is very frustrating because I had no problems with this on my previous computer. Now, on a new faster computer, I having these problems. I am even having them on the exact same drawing files that had no issues on the previous computer.
I have attached the text as it is executed in both versions.
Thanks!
Script1.txt
Script2.txt |
|