Skip to main content
1-Visitor
February 27, 2019
Question

Pro/PROGRAM

  • February 27, 2019
  • 1 reply
  • 2060 views
Hello community! I am working on pro/Program. There is an issue related to notepad. When I click on edit design option in pro/Program menu, the command prompt flashes saying "notepad is not recognized as an internal or external command, operable program or batch file." How to solve this issue? I am eager to start my work in pro/Program.

1 reply

24-Ruby III
February 27, 2019

Hi,

add following option at the end of config.pro file.

PRO_EDITOR_COMMAND absolute_path_to_notepad.exe_file

Rohan71-VisitorAuthor
1-Visitor
February 27, 2019
Where to find config.pro file?
23-Emerald III
February 27, 2019

Create one in your Start In folder. It is just a text file named config.pro that Creo reads at startup time.

 

There can be multiple config.pro files and they get read in this order with values in the later files taking precedence.

  1. <loadpoint>\Creo 4.0\M080\Common Files\text
  2. Your home directory defined by the system Home variable
  3. The Start In folder that is defined in your shaortcut that launched Creo. This should be a local file NOT under the Creo loadpoint folder.