On 02/26/09 22:02, Kyle Wheeler wrote:

firefox -remote openURL('http://www.cskk.ezoshosting.com/cs/',new-tab)...
sh: -c: line 0: syntax error near unexpected token `('

Well, sure - bare parentheses mean something to your shell. That's why you have to put the backslashes in front of them. It's got nothing to do with the single quotes inside. You could do this:

in urlview I have:
OMMAND firefox -remote openURL\(%s,new-tab\)

When I try to open any URL:
Executing: firefox -remote 
openURL\('http://domainkeys.sourceforge.net/',new-tab\)...
Error: Failed to send command: 500 command not parseable

--
#Joseph
GPG KeyID: ED0E1FB7

Reply via email to