Re: Macros not working on Firefox
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
One other thing that might work is restarting PPro every time your start Firefox. But even if this does work, it is obviously pretty inconvenient. If it does happen to work for you, to make restarting less inconvenient you can use a ppro command to restart PPro with this command Command Entry and Parameters, Shutdown Powerpro noconfirm More Commands: cmd /k ping -n 4 127.0.0.1 > nul && start "" "C:\Program Files (x86)\PowerPro\Powerpro.exe" C:\Users\yourid\AppData\Roaming\PowerPro\pproconf.pcf && exit (above cmd is all one line) I suppose you could combine this with a command to start firefox before the shutdown powerpro command (which would move to more commands in that case). Replace the paths to the exe and the pcf by the ones on your machine.