Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hai
this is bruno
Sr,Application Engineer,
Mind power,
PTC-Chanell partner\
In pro-E 5 i have used "purge" in command promt to avoid repeted versions
but i couldn't the same in Creo-2.0
My question is,why the Software creating old versions,hence its occupies and create unwanted files
or is there any intention beyond this concept,,,,,
1.how can i control systematically to delete or avoid this old versions or repeted versions,,
2.Explain the procedure "purge" in Creo-2.0 Parametric........
Solved! Go to Solution.
To close this community thread on How to purge Creo file versions
Summary of the exchanges and list of solutions:
In the Creo builds, PTC shuffled some of the old files around. To purge, I use "C:\Program Files\PTC\Creo 1.0\Common Files\M040\i486_nt\obj\purge.exe" Your path will vary, but you can probably follow it.
I create a batch file, ProPurge.bat, which contains:
cd "%1 %2 %3 %4 %5 %6 %7 %8 %9"
echo y | del *.crc.*
echo y | del *.log.*
echo y | del *.m_p.*
echo y | del *.ger.*
echo y | del *.inf.*
echo y | del *.lst.*
echo y | del *.log.*
echo y | del *.plt
echo y | del *.idx
echo y | del *.tst
"C:\Program Files\PTC\Creo 1.0\Common Files\M040\i486_nt\obj\purge.exe"
I then added the ProPurge function to the Right Mouse Button of a folder in Explorer. Tools, Folder Options, File Types tab. Find "File Folder". Choose New. For Action, call it ProPurge. For application, paste in everything between {} with your appropriate path modifications.
{"C:\Documents and Settings\reeceda1\My Documents\Technical Info\Engineering\CAD\ProE\ProPurge.bat" "%1"}
I don't know how to systematically control the versions.
Hope this helps,
Daryl
thanks reece,
if u give me a clear instruction,it will help me more,i dont have any idea about .bat,
or batch file,
I use something called SPurge.exe. I will allow you to choose what extensions you want to remove and it will also allows you to keep the last however many you want of the instances (you can pre-set the number i.e. 5 or 10).
thanks rosema,
i dont get any idea about it,can u explain it more,,,,,,,,,
Spekan Purge Tool is the name.
You choose how many versions to keep (ie. part.prt.1, part.prt.2 part.prt.3 part.prt.4 part. prt.5).
You set the directory (with or without subdirectories)
If you set the versions to three, it would remove part.prt.1 and part.prt.2 from the above.
You can also select other extension to remove (i.e. .bom, .igs, .dat, .txt, .....)
I hope this explains it better.
hi,
in version's before creo parametric the purge option is available under window>open system window
you have to basicaly then type purge under dos prompt to purge
in creo parametric in the earch command option type in open system window and it would open the dos prompt for you to purge.
as pro/e saves the files as multiple files...if incase u want the file from a older version u can open that..and also if you simply want a older version file to start your modelling again.
In Creo 2 you can follow this:
[File][Manage File][Delete Old Versions]
Or
[File][Manage File][Delete All Versions]
I found this by choosing the Help Center [?] in upper right corner and then typing "all versions" [Enter] in the search field.
PTC worthy clarity! 🙂
Well, this is valid for the active object in the screen.
You can make a mapkey to automate thing a little bit.
If you have a big folder with complex assemblies with multiple parts this is a little bit cumbersome.
In my experience the SPurge program as mentioned above is very neat and effective.
It remembers your latest used settings.
If you want to purge a different location, you can set it accordingly.
If you want, you can add other extensions if needed.
To close this community thread on How to purge Creo file versions
Summary of the exchanges and list of solutions: