> > Enclose it in double quotes as > > "C:\Program Files\Winamp\Winamp.exe" > > or simply use > > %ProgramFiles%\Winamp\Winamp.exe > > > > Sean > > You are wondeful! You're an expert in writing the pieces. I > couldn't grasp the meaning of special symbols such as %, _file_, etc.
Note: The reason that the double quotes, " where needed was because there was a space in the path. If there hadn't been a space, you wouldn't have needed the quotes. Powerpro was erroring, because it couldn't find the file "c:\Program" to execute with the parameters of "Files\Winamp\Winamp.exe" :) % is how you identify an environment variable (in any program, not just powerpro). If you're running NT/2K/XP, open a cmd window, and type "set". Those are your windows eenvironment variables. _file_ is a special powerpro variable, that is assigned to the item that you right-clicked on when using a powerpro explorer context menu. See the help file |index | context menu in explorer item for more details. Note there is _file_, | and || that are different things. > I couldn't find the syntax of File.Allfile. Where can you get > those? :-) Look in your powerpro directory, there's a subdirectory under there called plugins. Look for the file called file.txt. The syntax will be there :) David Troesch | Atlanta, GA | ICQ# 2333123 Carpe Diem - "Seize the Day" Funstuff: TV ads show you how detergents take out bloodstains. I think if you've got a bloodstained T-shirt, maybe laundry isnt your biggest problem. - Jerry Seinfeld 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/
