I tried wrapping the url with double quotes instead of single quotes and it works. Please disregard previous message. Thanks, kris ________________________________
From: Alles, Kris Sent: Monday, November 05, 2007 10:25 AM To: '[EMAIL PROTECTED]' Cc: Chavez, Alexander Subject: Can't add ampersand to url I want to get Hello, I'm trying to query a url with arguments (i.e. http:/www.thissite.com?title=1&action=2). I get errors saying that action is not a recognized internal or external command. I think this is because wget uses the '&' character to make the process run in the background. I tried substituting %26 for the ampersand, but then my web page doesn't correctly process the incoming url. Is there a way to query urls with ampersands? thanks, kris alles
