views:

267

answers:

1

The thing is that I need to pass one parameter with question marks in it to a .bat batch file. If I use the question mark the parameter is not well passed. How can I solve this?

I'm having troubles with this line:

script.bat /n"output.owl" /r"http://www.address.com/blog/?feed=rss2"

= symbol might be a problem too.

A: 

You could always just trap for the ? within your batch file and display an appropriate message to the user.

This is a question that will help you which has already been asked.

Mat Nadrofsky