>
> I'm using WinXP Home SP1 as admin.
> PowerPro 4.4.08
Then, what's displayed in Debug window if executing?
win.debug(?"%comspec%")
The script uses the environment variable %comspec%, so you may have to:
tick the option "pproconf.exe -> Setup -> Advanced setup -> Other ->
Replace %environment var% throughout command"
or
Use env("comspec") instead
or
Just replace %comspec% with C:\Windows\system32\cmd.exe
(I assumed your windows directory is C:\Windows)
Sean
Attention: PowerPro's Web site has moved: http://www.ppro.org
YAHOO! GROUPS LINKS
- Visit your group "power-pro" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
