Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I don't think so.
A quick work-around...
1. Create a folder that the trail files will be directed into.
2. Create a batch file to delete all files from that folder.
@del /S /Q /F "C:\<folder path=">\*.*"
3. Create a scheduled task to run the batch file daily.
This will permanently delete anything placed in that folder at the scheduled time.
In Reply to Ryan Crisp:
Proe Users,
Can you make Proe not create a trail file?
Ryan Crisp | Senior Mechanical Engineer
Priority Designs
501 Morrison Rd.
Columbus, OH 43230
(614) 337-9979
www.prioritydesigns.comhttp://www.prioritydesigns.com
In a config.pro file set your trail directory to some local directory, I use:
trail_dir $temp
Then in the bat file that starts Pro/E I add these two lines to the bottom of the file:
cd /d %TEMP%
G:\Apps\PTC\proeWildfire4M170\i486_nt\obj\purge.exe
This leaves two trail files, the one you are currently writing and the previous one.
PTC quality philosophy: We've upped our quality standards. Up yours.