Hi,
Opening an URL is done using one of these
1.Amiga OS 4:> RX "a='http://www.amigans.net/';ADDRESS OWB.1; OPENURL a"
//OK
2.Amiga OS 4:> RX "ADDRESS OWB.1; OPENURL 'http://www.amigans.net/'"
//OK
3.Amiga OS 4:> RX "ADDRESS OWB.1; 'OPENURL
http://www.amigans.net/'"
//OK
for URL's that are the result of queries, these commands do not work.
1.Amiga OS 4:> RX "a='http://www.amigans.net/modules/newbb/viewtopic.php?topic_id=2799&forum=3';ADDRESS OWB.1; OPENURL a"
1 *-* OPENURL a;
+++ Command returned 10
2.Amiga OS 4:> RX "ADDRESS OWB.1; OPENURL 'http://www.amigans.net/modules/newbb/viewtopic.php?topic_id=2799&forum=3'"
1 *-* OPENURL 'http://www.amigans.net/modules/newbb/viewtopi...
+++ Command returned 10
3.Amiga OS 4:> RX "ADDRESS OWB.1; 'OPENURL
http://www.amigans.net/modules/newbb/ ... php?topic_id=2799&forum=3'"
1 *-* 'OPENURL
http://www.amigans.net/modules/newbb/viewtopi...
+++ Command returned 10
Is there a way around this? (some escape characters?)