--- In [email protected], "Paul" <[EMAIL PROTECTED]> wrote:

> Thanks Bruce. I just added a bat file to del it with a right click
> of that run button, but have to restart PP to see the effects.
> Wonder if there is a command to add in the bat to close PP and
> then restart it?
>

FWIW, I have three bat files in a subdir of the folder where my pcf
file is stored called RestartPowerPro:

1. ClosePowerPro.bat (s/b one line):
"C:\Program Files\PowerPro48g\powerpro.exe" *Shutdown PowerPro noconfirm

2. StartPowerPro.bat:
"fully_qualified_name_of_my_PowerPro_linkfile.lnk"

3. RestartPowerPro.bat:
call ClosePowerPro.bat
call StartPowerPro.bat

I run RestartPowerPro.bat with the following PowerPro command:
do(pprofolder++?"RestartPowerPro\RestartPowerPro.bat","","","hidden")

Regards,
Sheri

Reply via email to