--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
>
> Beta 4.6.01 is available at
>
> http://powerpro.webeddie.com/download/ppro4601.zip
Thanks for the new features. However, the following gave an error:
1) The following command is in PP's ContextMenu:
LCmd = do(if(validpath _file_,"win.debug(_file_)"))
It produced the error message:
---------------------------
Error running command (2): File not found
do(if(validpath _file_,"win.debug(_file_)"))
---------------------------
BTW,
LCmd = do(if(validpath(_file_),"win.debug(_file_)"))
worked fine OTOH.
2) Looks like a similar thing happens with a command in PP's Scheduler.
3) The same error inside a script file:
do(if(mci("status mmedia mode"),?'mci("close mmedia")'))
;do(if(!mci("status mmedia mode"),?'mci("close mmedia")'))
Sean