My .bat file consists of the following line which works.
C:\php\php.exe "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test.php"
How would I properly do something like this?
C:\php\php.exe "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test.php?var1=A&var2=B"