Andris Posted September 8, 2007 Report Share Posted September 8, 2007 Hi,I try to use a console program that takes url as an argument. If the url contains '&' (f. e.: www.mysite.com?p=1&s=2) it fails because it seems the url is splitted along the '&' and the console cannot comprehend the next command ( it says: "s=2 is unknown command"). Is the '&' a reserved character in the command line? I tried to encode the url but the program takes only plain text ulrs. How can I work it around? Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted September 10, 2007 Report Share Posted September 10, 2007 Try a double ampersand (&&). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.