Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello! I have encountered a problem while running the Pro/program. When I click on the edit design option from Pro/program drop down, notepad doesn't open and cmd just appears and closes immediately. A prompt appears asking to implement changes in program, even when I haven't been able to modify the program. Is this an issue related to environment variables? How can we keep the cmd running in the background while editing program in the notepad. Please reply at the earliest.
Thanks,
Regards
Hi,
check whether C:\Windows\notepad.exe path is valid and add following option at the end of config.pro file.
PRO_EDITOR_COMMAND C:\Windows\notepad.exe