Autodesk Technology Managers Forum
Share your knowledge, ask questions, and engage with fellow CAD/BIM Managers.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Batch renaming Inventor newVer files possible?

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
499 Views, 3 Replies

Batch renaming Inventor newVer files possible?

Hi

I've discovered a crash from Design Assistant when hitting save leaving
hundreds of files with the *.newVer.* extension.
It looks as if I rename the files by removing this extension they work fine,
but I would like some automatic renaming process as I have hundreds of these
files.

Any suggestions?

--

Peer
Iv2008 Sp2
IBM Intellistation MPro 3.2GHZ
2GB DDR SDRAM - Win2kSp4
Samsung SyncMaster 244T 24" 1920 x 1200
nVidia Quadro FX1000 - 128MB
6.14.11.6262
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

Command line "ren" command or batch file.

I haven't tried it with the * wildcard, but ? will work if they all
have the same number of letters in the name for sure.

ren ??????.newVer.??? ??????.???

Or if that isn't quite what you're wanting and want to but 100% sure
it works and have a few minutes..

dir *.newVer.* >> temp.bat
edit temp.bat

Put "ren" at the front of each line
Delete everything but the current name
Copy all names behind
ie. make the lines look lik this:
ren Filename.newVer.ext Filename.newVer.ext
Delete the ".newVer" from the second part so it looks like:
ren Filename.newVer.ext Filename.ext
Save and run the batch file.

HTH

On Wed, 9 Jan 2008 15:12:29 +0000, Peer Hoffmann <'Boy was I getting
Spammed'ph@ambu.com> wrote:

>Hi
>
>I've discovered a crash from Design Assistant when hitting save leaving
>hundreds of files with the *.newVer.* extension.
>It looks as if I rename the files by removing this extension they work fine,
>but I would like some automatic renaming process as I have hundreds of these
>files.
>
>Any suggestions?
Message 3 of 4
Anonymous
in reply to: Anonymous

Awesome - thanks a lot!

Now if I only could change/rename the prefix (3 digits) on selected files
within Design Assistant?
My next project has about 2500 parts that needs renaming, so it would be
nice not to be limited to 'Change name' on each and every one file.

Because of my IT department not allowing IIS on the server, Vault (Copy
Design) is out of the question, but I surely could use this functionality
right now.

--

Peer
Iv2008 Sp2
IBM Intellistation MPro 3.2GHZ
2GB DDR SDRAM - Win2kSp4
Samsung SyncMaster 244T 24" 1920 x 1200
nVidia Quadro FX1000 - 128MB
6.14.11.6262
Message 4 of 4
Anonymous
in reply to: Anonymous

No problem. Don't have any tricks for within Design Assistant. If
you need more clarification or help with any of that, let me know and
I'll try to help you out.

Email in the "From" field, just remove the appropriate crap.

On Fri, 11 Jan 2008 11:04:30 +0000, Peer Hoffmann <'Boy was I getting
Spammed'ph@ambu.com> wrote:

>Awesome - thanks a lot!
>
>Now if I only could change/rename the prefix (3 digits) on selected files
>within Design Assistant?
>My next project has about 2500 parts that needs renaming, so it would be
>nice not to be limited to 'Change name' on each and every one file.
>
>Because of my IT department not allowing IIS on the server, Vault (Copy
>Design) is out of the question, but I surely could use this functionality
>right now.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report