--- Sean wrote:

> I have a PP Context Menu:
> LCmd = do("C:/foobar2000/foobar2000.exe","/hide "++_file_).

> If I choose the file "Maria Elena.ogg", then it gives an error.
> foobar2000 takes it as two files as "Maria" & "Elena.ogg".
> (Folder name has no space)

This is not a bug because foobar2000 is capable of receiving more than
one file on its command line at a time.

You are sending:
C:/foobar2000/foobar2000.exe /hide Maria Elena.ogg

Try sending:
C:/foobar2000/foobar2000.exe /hide "Maria Elena.ogg"

by using:
> LCmd = do("C:/foobar2000/foobar2000.exe","/hide \""++_file_++"\"")

or by using the "|" syntax that you mentioned.

-- 

Alex Peters / Melbourne, Australia
PowerPro v3.8.21 / Windows XP



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

 
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/
 

Reply via email to