Re: Error message "Windows cannot find pprofolder++"
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
First "" (two double quotes) should be '"' (single quote double quote single qoute) You cannot use pprofolder in cmd. Use full path. Plus pprolfder is not exe folder (or it should not be, unless you have pcf in exe folder, which I do not support) Following works for me cmd /k ping -n 4 127.0.0.1 > nul && start "" "C:\Program Files (x86)\PowerPro\Powerpro.exe" C:\Users\myusername\AppData\Roaming\PowerPro\pproconf.pcf && exit Use correct username for your installation