Skip to main content
4-Participant
November 28, 2011
Question

Can you make Proe not create a trail file?

  • November 28, 2011
  • 9 replies
  • 2131 views
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.com

    9 replies

    1-Visitor
    November 28, 2011
    That's an interesting question. I suppose that there is a reason for this
    question.



    Michael P. Locascio


    21-Topaz II
    November 28, 2011
    I don't think so. Why do you want to?



    Doug Schaefer
    1-Visitor
    December 3, 2011
    Set the trail file directory to one that does not exist.

    On Monday, November 28, 2011, Doug Schaefer <>
    wrote:
    > I don’t think so. Why do you want to?
    >
    >
    >
    > Doug Schaefer
    >
    >
    >
    >
    >
    >
    >
    1-Visitor
    December 4, 2011
    Is there any /dev/null to windows??? 🙂 🙂 🙂
    does any UNIX user set the trail file directory to /dev/null ??

    (just kidding 🙂 🙂 )


    23-Emerald III
    December 5, 2011
    Doesn't work. The trail file is still written to either the start-in folder or the folder above the non-existent one.

    Thank you,

    Ben H. Loosli
    USEC, INC.
    12-Amethyst
    December 5, 2011

    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

    1-Visitor
    December 5, 2011
    We are using Intralink 3.4 so it may be different for you, but I just
    modified the Intralink startup batch to delete the trail files and copy
    configs etc. That way it deletes the existing trail files before Pro/E
    starts.



    Nathan Zimmerman

    Product Development Coordinator

    PTC Systems Administrator

    Engineering



    1000 Buffalo Road

    Lewisburg, PA 17837 USA
    1-Visitor
    December 6, 2011
    /dev/nul is a UNIX thing.

    In windows its just NUL.

    TRY: Trail_file_dir NUL
    1-Visitor
    December 6, 2011

    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.