AutoCAD Inventor :: Change Location Of The Import Folder?
Mar 6, 2013
Trying to make it where I wouldn't have to deal with the idiosyncrasies of the Project file, I created a default project that was rooted to my top level network drive.
All was fine until I did some importing from other formats. All of the sudden there was a new top level network folder called imports.
Ok, bitch session aside on the uselessness of project files, is there an entry in the project file details where I can change the location of this folder?
In SW, I was accustomed to importing a file and then saving it where I was going to use it, not in some convoluted folder structure that had no relation to my active working location.
I mean, why on earth would I want a separate folder for every little part I import?
View 3 Replies
ADVERTISEMENT
Nov 25, 2013
I would like to know if it is possible by command to change file/folder location that are normally set up in the OPtions>Files tab.
I would like to know because everyone in the office uses a specific LISP routine on which i set some standard settings.
I would like to be able to change/add/delete file locations of the 'Tool Palettes File Location' and the 'Default Template File Name for QNEW'.
View 1 Replies
View Related
Oct 6, 2012
I am moving files from my desktop.
I am adding them to my LR catalogue, and while moving them to one external drive, also copying the files to a backup drive.
The files are named and put in the correct folder on the main drive, but the photos backed up to the second drive are put in a folder called "Imported on October 6, 2012".
Why? How do I turn this off?
Latest OSX (10.8), Latest Lightroom.
View 4 Replies
View Related
Jan 23, 2014
Is it possible to change the location of where illustrator looks for scripts, or is it possible to add a location?
View 9 Replies
View Related
Jan 6, 2012
I'm trying to use some images in my ScriptUI dialog, but I want to use a "relative" path name, and I can't seem to get it to work.For example, this myScript.jsx works just fine, but as you can see, I'm using an "absolute" path name to transparencyGrid.jpg:
var w = new Window ("dialog");
var f = new File ('~/Desktop/transparencyGrid.jpg');
w.add ("image", undefined, f);
w.show ();
However, I want to be able to use a relative (to myScript.jsx) path to point at transparencyGrid.jpg, like this:
var w = new Window ("dialog");
var f = new File ('../../../transparencyGrid.jpg');
w.add ("image", undefined, f);
w.show ();
But, I can't seem to get this to work because relative paths seem to be relative to the current folder, Folder.current, not the location of the currently executing script.I say that because when I do this:
alert(Folder.current);
The only thing the alert message shows is a backslash (/), indicating to me that the current folder is the root of my OS, but I thought it would be the folder where myScript.jsx resides.
So, is there a way of setting Folder.current to the location of the actual script?
View 2 Replies
View Related
Dec 2, 2013
IT moved all of our projects to a new directory and have subsequently broken all the survey events. Is there a way to update survey events so they can find the original file again or does each event need to be redone to fix this?
e.g. I brought in a fbk located at p:/prj/6000 that file is now located in p:/6000.
View 3 Replies
View Related
Apr 27, 2012
I am using this code snippet to open an idw. With this code, the idw has to reside at the same file path as the current document.
>>>>>>>>>>>>>>>>
Sub OpenIDW()
On Error GoTo Oops
Dim oDoc As Document
Set oDoc = ThisApplication.ActiveDocument
Dim sFullFileName As String
sFullFileName = oDoc.FullFileName
Dim sDrawingName As String
sDrawingName = Left(sFullFileName, Len(sFullFileName) - 4) & ".idw"
Dim oDrawDoc As DrawingDocument
Set oDrawDoc = ThisApplication.Documents.Open(sDrawingName)
Exit Sub
Oops: MsgBox "IDW File could not be found. FileName of IDW must be the same as this file.", vbInformation End Sub
>>>>>>>>>>>>>>>>>
"What if"... my idw is not at the same location, but under a subfolder instead..... like this
Part file c:designsDrawingsJobxxx
Idw file c:designsDrawingsJobxxxIDW
I am sure that this can be done by editing the line "sDrawingName = Left(sFullFileName, Len(sFullFileName) - 4) & ".idw" " . Everything I have tried did not work.
View 3 Replies
View Related
Mar 27, 2014
Right now my default import location is pointing to my c drive and I need it to go to my E drive
View 2 Replies
View Related
Nov 3, 2011
I am trying to change my default import location on my MAC Pro Tower, to one of the internal HD's. I have named the HD Photo Location, and have created a folder in it called it "My Lightroom Photos". I have been able to create this, but cannot seem to ber able to make it my default when I open LR 3.5. I have to manually go in and change it. Is there a way that this can be changed to make it my default?
View 4 Replies
View Related
Jul 27, 2013
When I open Elements 9 in Folder Location the images displayed are not those in the highlighted folder. Similarly if I select another folder I see another selection of images from elsewhere in the structure.
View 1 Replies
View Related
Dec 9, 2012
I'm new to Elements 10 and I'm having a hard time figuring things out but 1 thing in particular. I'm on a PC and use Windows 7.I already import a lot of pic's to Elements or so I thought.
When I'm in "Folder Location" and click on a folder it doesn't display any pictures and says "No files from this folder have been imported into Elements Organizer. To add any files, right click on the folder and select "Import to Organizer"
So I do as I'm told and then i get this error."Nothing was imported. The files or folders selected to import did not contain any supported file types or the files are already in this catalog."
View 2 Replies
View Related
Oct 23, 2013
I need to manually override the weight and location of the c.g. inside a parts iproperties. I know how to override the weight, but I do not know how to manually override and modify the location of the c.g.
View 2 Replies
View Related
Apr 18, 2012
How do I change the default save location?
It goes to my documents, but in options I can't find anything with that path.
I want it to go to a different folder but I can't figure out how to make it do that.
View 8 Replies
View Related
Dec 23, 2012
We need re-location the diameter dimension after we change the drawing view's scale. but we didn't know how to change the Startpoint of the dimension (mark with Red word "1"), just find the text location.
Who knows how to set the new point to for the startpoint?
View 6 Replies
View Related
Oct 22, 2012
How to change the Default Templates Location from the installation directory to the Network Location so that my Mechanical Design Team can use our Assigned Templates.
View 1 Replies
View Related
Nov 29, 2010
I have an embeded excel chart on my drawing called CLASS 125 Single Disc.xls. I want to switch this chart with another one known as CLASS 150 Single Disc.xls. How do I do this? I am using Autodesk Inventor 2011.
View 9 Replies
View Related
May 17, 2012
When we derive sketch from another piece, this is inserted in a fixed location and orientation in our piece. There any way to make changes to this sketch derivative. For example change its location and orientation to fit the geometry created by the sketches of our piece.
View 1 Replies
View Related
Sep 27, 2012
I need one ilogic or macro for import the iproperties into excel sheet in a particular folder files.
for example
1.Author
2.Company
3.Part number
4.Description
5.Revision Number
6.Project
7.Designer
8.Creation Date
9.some of the custom iproporties
View 2 Replies
View Related
Nov 13, 2012
is it possible to change browser folder icon?
View 7 Replies
View Related
Nov 27, 2012
There is a folder on my hard drive that does not appear in the list of folders in the import dialog. I have tried expanding all the other folders around it (my photos are filed by date of capture) to see if it was somehow imported as a subfolder. It is simply not there. I can find and open it and access all the pictures in Photoshop Elements but not in Lightroom 4.
View 2 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
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
Jul 20, 2013
I moved the folder where all the brushes and stuff into the overall gimp folder. Originally the folder with the brushes and stuff was in Documents Settings, however now after I moved it. My brushes don't work. How do I make it so that gimp targets the new location of the folder?
View 2 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 16, 2012
I just installed 2.8 and have downloaded the help files, but cannot figure out the destination folder/location for extracting them. I am using Windows Vista.
View 1 Replies
View Related
Mar 21, 2013
the location of the template folder or files. I'm not sure if it's (C:\Documents and Settings\Owner\.gimp-2.8\templates) which nothing is there. or if it's (C:\Program Files\GIMP 2\share\gimp\2.0) in which case I can't find anything there either...
I need to delete some files/templates.
View 5 Replies
View Related
May 30, 2012
I'm getting ready to build a new PC, and I'm trying to plan out how to move my LR catalog/images.
The problem is that since I've been upgrading my current PC for years and moving user data since XP. The result is that my LR catalog expects some older images to be in c:documents and settings... XP-style, others in c:usersxxx when I moved to Vista, and others in d:usersxxx when I moved my user data to a bigger hard drive. The images are actually all in one location, and there are various OS mappings that make it all work.
I'd like to avoid all this mess with my new setup. Is there a way to essentially do "update folder location" on many folders at once? Unfortunately, they are top-level and don't have a parent folder I could do that to.
Oh yeah, using x64 Lightroom 4 on Win7.
View 11 Replies
View Related
Dec 14, 2013
Windows 7, LIghtroom 4.4 - when exporting files all works fine when I set the output location to be the same folder as original. If I select 'Specific Folder' then press 'Choose' LR then Lightroom stops working. I've upgraded to LR 5.3 but the same thing happens.
View 1 Replies
View Related
Apr 22, 2008
I'm on an office network running photoshop. The office is set up to have roaming profiles so when a change is made to my documents and settings, each time I log in or log out, it updates the server with the changes. Additionally, when I log on to a different computer, it loads all of my documents and settings on to that computer.
The scratch disk file for photoshop last time I checked was 6GB which is enormous, and was taking forever to load whenever I log onto a new computer, as well as taking forever to up date to and from the server each time I log on to my usual computer. I delete the file each time I remember, but I don't always remember.
My question is whether it is possible to change the folder location on my C drive of the scratch disk file. I do not have an external hard drive available to use as my scratch disk. This would allow me to put it somewhere else on my C drive, and as such it would not have to update my profile.
View 5 Replies
View Related
Oct 5, 2012
Any way to allow a user to choose a folder from a default location. I thought I had found the solution but it's not quite working as I wanted:
#target illustrator
//Example 1
var output_folder = Folder.selectDialog ('Choose PDF output folder.');
//Example 2
var myFolder=Folder(app.activeDocument.path).selectDlg("Choose PDF output folder:");
If I use the code in example 1 the choose folder dialog appears and the 'Open' button is available and when I press the button the location is chosen as expected. However if I use the code in example 2, although the choose window opens in the path of the active documents location the 'Open' button is not able to be pressed until I select a folder., which means that the chosen location is not correct. I should indicate that I'm running this code on a Mac.
Any way to have a choose folder dialog window specify a location and be able to select that.
View 20 Replies
View Related
Mar 25, 2014
What purpose does this option serve and what is the best way to utilize it
View 2 Replies
View Related