hosyn Posted June 6, 2013 Author Posted June 6, 2013 Dear friend I try it without ^c^c ,but i have same result and no different between them. Quote
hmsilva Posted June 6, 2013 Posted June 6, 2013 Change de macro to (load "C:/my doc/Ffjdshj.lsp" "Unable to find Ffjdshj.lsp") the \\ in the macro is interpreted as a pause, Henrique Quote
hosyn Posted June 7, 2013 Author Posted June 7, 2013 dear hmsilva I frequently change the / , \\ ,\ together and unfortunately at all of them i don't get good result:cry: but when i run (load ----) directly from prompt everything ok and lisp file run until i located it in toolbar button macro with ^c^c . ??? Command: Command: Command: (load "C: ("_> ("_> my doc ("_> ("_> Ffjdshj.lsp" "Unable to find Ffjdshj.lsp") "Unable to find Ffjdshj.lsp" Quote
hmsilva Posted June 7, 2013 Posted June 7, 2013 (edited) From the Autocad commandline, you can use (load "C:/my doc/Ffjdshj.lsp" "Unable to find Ffjdshj.lsp") ;;or (load "C:\\my doc\\Ffjdshj.lsp" "Unable to find Ffjdshj.lsp") but in a macro it must be (load "C:/my doc/Ffjdshj.lsp" "Unable to find Ffjdshj.lsp") Henrique Edited June 8, 2013 by hmsilva Typo Quote
hosyn Posted June 7, 2013 Author Posted June 7, 2013 I checked it with cad ver 2011 and 2014 and i don't receive good result -- i locate lisp file to support folder but .... ----i'm confuse :cry: Quote
hmsilva Posted June 8, 2013 Posted June 8, 2013 hosyn, this is a "déjà vu"... the only way we can help you, is having access to correct information, is very difficult to keep on guessing, so... copy and paste here, the command string you have in your custom toolbar, dont type. just copy/paste all the string. Henrique Quote
hosyn Posted June 8, 2013 Author Posted June 8, 2013 ^C^C (load"C:/my doc/Ffjdshj.lsp" "Unable to find C:/my doc/Ffjdshj.lsp") the result after run above macro: Command: Command: Command: (load "C: ("_> ("_> my doc ("_> ("_> Ffjdshj.lsp" "Unable to find Ffjdshj.lsp") "Unable to find Ffjdshj.lsp" Quote
hmsilva Posted June 8, 2013 Posted June 8, 2013 (edited) ^C^C(load "C:/my doc/Ffjdshj.lsp" "Unable to find C:/my doc/Ffjdshj.lsp") Try the corrected string (removed an empty space between ^C and (load, and added a space between load and "C) Henrique Edited June 8, 2013 by hmsilva Typo Quote
hosyn Posted June 8, 2013 Author Posted June 8, 2013 Dear hmsilva Henrique GREATTTTTTTTTTTTTTTTTTTTTT:):shock: SOOOOOOOOOO THANXXXXXXXXXXXXXXXXXXXXX:):) IT'SSSSSSSSSSSSSSSS OKEY NOW. Quote
hmsilva Posted June 8, 2013 Posted June 8, 2013 You're welcome, hosyn glad I could help Henrique 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.