search - Pass multiple parameters in batch file -


i have winform app prompts user input 2 search parameters.

when executed these parameters passed run.bat file i.e.

call search.bat %1 %2 

where %1 %2 parameters input user in winform.

this should put parameters search.bat part of search url is-

"http://www.foo.com/search=%*" 

i thought %* take both parameters added , search reason brings results both parameters %1 + %2 , results %2.

is possible edit brings results parameters entered user?

its turns out not clearing cache folder after every search, therefore old search terms being submitted.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -