--- In [email protected], [EMAIL PROTECTED] wrote: working > exactly right. I've updated the file at > ftp://powerpro.dyndns.org/uploads/ppscripts/OSDVolumeinPCF.ini
I had a quick look at this and notice that you had at least one nested if-else in more commands. You cannot do this. You can only use one if-else in more commands I don't know if this is the source of the error but it might be related. Its not a good idea to use more commands with scripts in command lists. In particular, avoid using more commands with if or other control statements. (Actually, its probably not a good idea even to put any scripts of any complexity in command lists...) Also, there are statements script assign static which should be script static Attention: PowerPro's Web site has moved: http://www.ppro.org 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/
