CNatka Posted October 24, 2011 Posted October 24, 2011 I need to save a drawing file and give it the name of my desire using a single command, I don't want to issue "saveas" and then specify the name in the file name prompt. This problem is has been faced when I was using ScriptPro and I couldn't succeeded to do that. Hence I need to know if it is feasible to do the stuff using a single command. It will be preferred if I can choose the location to save the file also rather than save the file to the default location. Quote
dbroada Posted October 24, 2011 Posted October 24, 2011 you can turn the file dialogue by setting FILEDIA=0. Once that is done you can supply the file name on the command line. If the file location & name don't have any spaces in them you can supply the name directly from script but if there are spaces enclosing the name in quotation marks ("....") is necessary. Quote
CNatka Posted October 24, 2011 Author Posted October 24, 2011 Thank you Mr. dbroada, Now I can do that. 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.