Hi, Alex. Sorry I'm not Ravi. But, I think I could be of some help here, however, without Ravi's permission.
> Firstly, I installed the script as documented in the Read Me but > while the script was simply named ?PowerPro? nothing would work�� > an error message popped up claiming that it couldn't find the file > and so I have renamed the script to `Aliases.PowerPro?and adjusted > everything accordingly. I guess you're using a 'script' file while Ravi is using a Scheduler commands for these. From the PP's help file: "... You can use [EMAIL PROTECTED](args) to run script starting at lab in current script file. You can use [EMAIL PROTECTED](args) to run script lab from within the same file as the calling script. ..." > If one has their `Variables must be declared before use?option > ticked under Advanced Setup, a small array of error boxes pop up > when PowerPro starts. This is easily fixed however by disabling > that option. I think you can declare all variables to 'local' except "Aliases" and "AliasVec" which should be at least 'static'. > After those messages though, I'm receiving a `Cannot use *Wait in > nested script?error, followed by `Cannot find window to change or to > send keys to: "Run:*"' As you may know already, You can't use "*Wait" in the nested script except "*Wait sleep". I guess that [EMAIL PROTECTED] already started before [EMAIL PROTECTED] ended. The trouble in this case is that both [EMAIL PROTECTED] and [EMAIL PROTECTED] should be run in the same script file and thus PP would think they are nested scripts. The simple solution might be that to take out that command out of the script file ".powerpro" and write out explicitly at the startp up commands. Or there might be a better solution that I can't think of atm. BTW, the best solution, I think, is that Bruce is fixing this (seeming) bug that the autocompletion doesn't work at first time for "InputDefalut" while it's pecfectly working from the start for "CommandLine" runbox. ------------------------ Yahoo! Groups Sponsor ---------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM ---------------------------------------------------------------------~-> **** EDIT YOUR POSTINGS !!!! **** Please remove as much as possible from original messages before replying to them. ________________________________________________ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
