Skip to main content
1-Visitor
January 17, 2013
Question

run mapkey automatically on Pro/E start up or disable tool kit on start up?

  • January 17, 2013
  • 1 reply
  • 898 views

Anyone know how to run a mapkey on Pro/E start up or disable tool kit on start up? Without the user having to type in anything...


I have a Pro tool kit add in that I want to disable on Pro/E start up.



When the user wants to run the add in I have a mapkey that starts the tool kit add in.


Thanks in advance...


Mark Nerby


Fluke Corp

    1 reply

    15-Moonstone
    January 17, 2013
    Look for a file called protk.dat in the users text folder, or in there
    starts-in location. Or perhaps their config.pro has a protkdat line,
    and it is specifiying the loading of a protk.dat. Once you have located
    this file, its just plain text. Edit the file and note these lines:
    allow_stop TRUE
    delay_start FALSE
    set delay start to True. This way the app is "registered" but not
    running.