AutoCAD 2013 :: Will Not Remember Lisp Folder
Aug 29, 2012
When I select tools>Autolisp>Load Application from the menu, the default folder it shows is a random folder (same one every time) and I have to navigate to where my lisp routines are. In 2012, it opens up directly to my lisp folder. The command it is executing in both circumstances is "appload". Or how to select a default folder?
View 9 Replies
ADVERTISEMENT
Sep 8, 2008
I running a bunch of images through the save for web, and each and every time I have to navigate to where I want the final images to go.
View 3 Replies
View Related
Aug 4, 2012
Found one more problem with Save For Web in Photoshop CS6.
Example:
1. New Document
2. Choose - Save for web
3. In dialog window Photoshop CS6 offer to save in - os My Document Folder
4. Ok, every time I don't really need to save in os folders - I save files to my folders. So, change folder ...for example to disc D
5. Create another New document
6. Choose Save for web
7. And.... - Photoshop CS6 offer to save my file in os My Documents AGAIN !!!
So, in fact it's real uncomortable!!! ...if I save different files for web frequently ....I need every time change My Documents....it makes me nervous.......Here - compare with CS3: CS3 remember "old" folder location even at another session (for example - after reload os)
Is there any fix this problem?
p.s. Testing on:
OS - windows 7 64 bit
cs6 - 64 bit extended
cs3 - 64 bit extended
View 9 Replies
View Related
Aug 15, 2011
if you have ten or twenty sets of HDR pictures in some particular folder, that the dialog could remember what folder you've been in all day, instead of moving you back to My Pictures each and every time? I spend half my workflow effort on repeating the same folder navigation steps over and over.
And why do I have to browse from there at all, instead of being able to select pictures in the organizer, or drag-and-dropping them?
Even when I load one picture that doesn't fit with the others, and try to exclude it... the only thing that works is to re-browse. Otherwise the Align button remains unavailable. Likewise if you adjust the sliders a bit wrong and hit okay... to try other settings, it's back to the folder navigation again.
View 8 Replies
View Related
Mar 12, 2013
Since Lion or Mountain Lion, we have had an annoying problem where the last folder location is not remembered in Illustrator. For example when updating links on multiple files, would like for the folder location to return to the last one used, but this would go to some folder 3 levels higher/
URL....Also the software seems to not have bneen updated in a long time, adn don't wnat a solution that won't last. Am on 10.8.2.
View 11 Replies
View Related
Jul 4, 2012
like in AutoCAD there is REMEMBERFOLDERS can u tell me if i use syntax with getfiled and i want the path to be remember next time what should i do or what syntax i use for that.
View 1 Replies
View Related
Jun 13, 2012
AutoCAD Mechanical, using the <<VANILLA>> variant.
Click open icon. AutoCAD pops up the file open dialog box, in the wrong directory. I select the directory where my files are and open a file.
Then I click the open icon again. AutoCAD pops up the file open dialog box in the same wrong directory. I have to change directories every time I open a file. Yes, I have the directory I want set in the places. But that's never been how AutoCAD works.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7
View 9 Replies
View Related
Jul 9, 2013
Every single time I start AutoCAD 2013 my Properties Pallete's columns reset their size.
I've tried re-saving workspace to a new one. It won't work. It also doesn't matter if I open application using shortcut or by double-clicking DWG file.
View 9 Replies
View Related
Sep 14, 2012
I am currently using this code to get the folder name containing the current drawing.
FolderName = Dir(ThisDrawing.path, vbDirectory)
What would I use if I wanted to get the foldername one level up (third)?
ex. C:FIRSTSECONDTHIRDFOURTH
View 3 Replies
View Related
Aug 10, 2012
I'm working on a lisp that goes through a whole list of files and does different things to those files. I've been racking my brain for a way to select just a folder via a dialogue box, but haven't found a way. I'm sure it can be done with dcl, but I don't know where to start.
This would not be the standard "file" selection box, but would only list the folders and let me select one even if there are others "under" them. This is what I'd like it to look like.
I'm not sure if there is a standard AutoCAD box that I could call for this or not
View 5 Replies
View Related
Aug 17, 2012
I’m looking to extract the second from the last directory within the dwgprefix of
"P:Projects66 Structural666-4800-00 TPA666-4815-00 Res4815 Res Figures" (i.e. 666-4815-00 Res)
This is what I have so far:
(defun c:tmp ( )
(setq P1 (getpoint "
Pick point: "))
(command "text" P1 "" ""
(strcat
(vl-filename-base
(vl-string-subst "." "\" (getvar 'dwgprefix) (vl-string-position (ascii "\") (getvar 'dwgprefix) nil T))
))))
View 9 Replies
View Related
Feb 12, 2013
I'm try to write a list to produce a script file!I just want to insert a dwg file in current drawing.back to MS Windows, in case of having [space] in a folder's name, we should use "" marks:
CD "Program Files"; DEL "file 10.txt"; ....
I tried both with and without "" marks but I failed!I pasted part of my code below with result of each case:
(setq TBFile "H:z.autocadA1 A2 A3.dwg")
(write-line "-INSERT" des)
(write-line (strcat "*" TBFile) des); ; *H:z.autocadA1 A2 A3.dwg <<=should be this
(write-line "0,0" des);;insert point
(write-line "1" des);;xyz scale
(write-line "0" des);;rotation
[code]....
View 4 Replies
View Related
Jun 5, 2013
How to create lisp which i can simply type in to the command bar so that the current drawing's filepath-folder will be automatically opened by windows explorer?
running AutoCAD 2012 / Windows 7...
View 9 Replies
View Related
May 10, 2012
I would like to put our company programming on a Dropbox folder. I have not fully tested everything out yet, like locations of lisp files and image name...
One thing I am struggling with is an absolute path in my lisp file:
(setq FL:FLAYTAB "C:\Users\dvanerem\Dropbox\Canova and Stone\Customizations\Autodesk AutoCAD 2010\Programming\OENV-RCP.TAB")(FL:LoadTable)
I am confused how this would work with other users? Or does AutoCAD automatically correct for this?
View 2 Replies
View Related
Feb 7, 2013
I was wanting to create a script to go through and clean up a bunch of drawings in a given folder. I've written a lisp routine (cleanx) that works fine when you run it on a single drawing, but I'm having some trouble integrating it into a script. As it is currently, I'm experiencing several issues -
1) It prompts the user for an 'object' after finding 0 objects. It seems to be caused by the line,
(command "-layer" "u" "*" "t" "*" "on" "*" "" "")
in 'cleanx' based on the text window, but I'm not sure why it does that given that if I run cleanx directly it doesn't prompt me.
2) It ends with saying 'Really want to discard all changes to drawing?' which confused me as I use Qsave before I close, and then confused me further when I realized that the text window suggests that this prompt comes up after the 'open' command, and that if I type <Y> (exit without saving) then it asks me to select a file. Why doesn't it save, close and then open the next file automatically?
;;; Main program, command: batchjob;;; By Abdul Huck(defun c:cleanb (/ dwgs file dwgName scrFile folderName) (setq folderName (browsefolder "Select folder to perform batch job: ") ) (setq dwgs (vl-directory-files folderName "*.dwg")) (setq scrFile (open (strcat folderName "\batchJob.scr") "w")) (write-line "SDI 1" scrFile) (foreach file dwgs(setq [code].......
View 5 Replies
View Related
Jan 2, 2014
We used a block which contains deisel expressions for our plot stamp. When we publish through the sheet set manager it shows a temp folder where the drawings are spooled to instead of the actual drawing saved path. We can fix this buy turning off background plotting when we publish, but I was wondering if there is a way to show the saved path instead of the spoolled path when publishing in the background.
Below is the expression found in our plot stamp block.
$(GETVAR, "dwgprefix")$(getvar, "dwgname")$(edtime, 0, M/DD/YYYY H:MM:SS AM/PM), $(getvar, loginname)
Civil 3D 2013
Windows 7 64-bit
Xeon W3550 3.07 GHz
Nvidia Quadro 4000
12.0 GB RAM
View 4 Replies
View Related
Feb 11, 2013
Is there a way to identify non-standard layers and the files in which they're located?
The folder I'm working with contains thousands of DWGs and I've discovered some layer names which differ from our standard naming conventions.
I need to clean up these anomalies so am seeking a way of identifying/locating them.
View 2 Replies
View Related
Sep 20, 2012
We have user folders on severall servers, now I want the user menu's to be stored on the network so their home folder depends on what server it's located on. I tried using the vl-file-directory-p command but it doesn't seem to work.
Even worse, as soon as the userfolder is found I want to let the script check for a file called user.cuix in the Acad folder and if it doesn't excists copy it from another location to that folder (if possible).
This is what I got so far:
(setq UserName (getvar "loginname"))
(setq RootZW "\\users\zw\")
(setq RootVL "\\users\vl\")
(setq Company "\\CADConf\ACAD13\")
[Code] ..........
Next to this we have 4 other options as well, but to keep it short I left it at the first 2.
View 2 Replies
View Related
Dec 2, 2012
My autocad 2013 can't open any of my folder. When I try to open one, nothing happen and it the default drawing that stays there.
View 4 Replies
View Related
May 28, 2013
We are copying our original files to a sub folder to make revisions that have only happened after bidding. We want to keep our original bid documents intact. I have created a sub folder called 'Confirmed Documents' and added Constructs, Sheets, Elements, etc.
I copied the files over and used the Reference Manager to repath the files. However, all of my schedules and room tags now use the 'NA' prefix because it is not reading the project information. How can i reconnect this folder to the project folder?
View 3 Replies
View Related
Mar 29, 2012
Concerning the folder "ApplicationPlugins" found in C: Program File > Autodesk > ApplicationPlugins:
With AutoCAD 2012 I could dump my LISP routines that I use a lot and they would be auto-loaded in any drawing that I opened. I loved it....
With 2013, I try the same thing and it doesn't work. And from what I have been reading, I have to make a folder sturcture with the suffix ".bundle" and create an .xml file in order for these to run....
The ability of the ApplicationPlugins folder from 2012 was awesome.Is there a way to make 2013 act like 2012 for this folder?I have checked my variables and they are set the same as 2012:
APPAUTOLOAD = 14
I have also ran the command APPAUTOLOADER and selected the "Reload" option and then Listed what applications it sees in the possible folders and it only recognizes folders that are .bundle folders AutoCAD Tips Blog
View 3 Replies
View Related
Jan 7, 2013
I seem to not be able to add a folder that is on our network for content explorer all I see is my computers folders not the servers folder. Is there away to add them? I've tried to drag and drop and it says cant find or have access to warning.
View 9 Replies
View Related
Sep 6, 2013
I've been trying to install autocad but seem to fail because of my installation path?
I'm pretty confused of the fact that the installation path is not my default folder and when I tried to change it back, there's no way to do so. I've attached a copy of what's happening whenever I try to install it to have a better understanding of the issue. I thought it was my computer at first, but I checked all my settings and my installation path is steadily in (C folder..however autocad aims to be installed in a different path (D and then freezes. I clicked on all 3 options at the bottom (Installation - system requirements...) but nothing allows me to change back my path folder so that the installation can take place.
View 5 Replies
View Related
Sep 16, 2013
I am just beginning with the 2014 AutoCAD. It continues to tell me to open sample drawings from the "Class file folder" in the text book. I have not been able to locate this folder with the samples in it. Where would this be located?
View 1 Replies
View Related
Apr 26, 2012
I use INV2013. I happen import a solid part with lots of holes. I wanted add thread to 15 off existing same size holes.
1. I am unable to select more than 1 hole at a time to add thread. Need to go one by one.
2. But, thread option doesn't remeber the last thread details selected. So, I need to reenter all the details again. which is time consuming.
View 8 Replies
View Related
Apr 23, 2013
My copy of Inventor 2014 will not remember the customizations I perform to the ribbon. I simply added the PDF command to the Drawing/Vault/ ribbon, and when I save and close properly and reopen, the customization is gone. It did remember all my custom keyboard commands, just not the ribbon command.
View 9 Replies
View Related
Feb 28, 2013
We had a project folder named A. We created a new project folder named B and copied the AutoCad files from A to B. On one of our workstations if you open a drawing from folder B, then click save as, the dialog opens to folder A.
Not a big problem, but since the files are named the same it can be confusing...
View 7 Replies
View Related
Feb 22, 2013
I noticed that my computer was slowing up, BIG time. This thing's got dual quad core Xeon, 12gb DDR3, ATI FireGL V8600, etc. I could hear it processing something constantly and as I was in CAD I couldn't really do anything. When I opened the task manager and looked at the processes, "accoreconsole. exe" (an AutoCAD component) was using 10.5gb of memory. On my performance tab, my memory was maxed at 11.5gb for at least a half hour.
Today, I dealt with it all day long by ending the process whenever I'd notice it on the list of processes, or if the computer suddenly began to lag. I've also been having trouble with Dropbox. Not sure if this would at all be related but, if I try to save a file to a shared dropbox folder, it gets to 81% and freezes with the (Not Responding) message up top. I can save just fine to my network folder though.
View 9 Replies
View Related
Jul 19, 2013
I have files that contain only XREFs, some have up to 20. When I try to use etransmit to share these files, the paths are still looking for the network and not the contents of the zip file.They are all Overlays Full path
I swear that it worked before but I cannot replicate it.I cannot share the zipped file with anyone not connected to our network as all references are lost.
View 7 Replies
View Related
Jul 7, 2013
I knew how to use Reference Manager to replace xref saved path. Otherwise, if we change the xref file name also, RM could work?
View 3 Replies
View Related
Sep 6, 2007
I have misplaced my Photoshop book and I have a project in which I need a tool and I can't remember what it is. It is a particular type of brush, I belive, that grabs the colors from the surrounding pixels to blend color. Does this brush indeed exist, and if so, where can I go about finding said brush?
View 2 Replies
View Related