If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
this is my .bat file:
set cmd2=”&S_GROUP=1″”&S_YEAR=1″”&R001=05″”&R003=2009″”&R003=2011″
set cmd1=http://svestat:8011/mrcjava/servlet/FOLW_DB.R00410s?run=1″&outfmt=0″
CMD.EXE /C START %cmd1%%cmd2%
exit
Please provide more details.
Operating system, scripting language, instruction being used to open the window, etc
this is my .bat file:
set cmd2=”&S_GROUP=1″”&S_YEAR=1″”&R001=05″”&R003=2009″”&R003=2011″
set cmd1=http://svestat:8011/mrcjava/servlet/FOLW_DB.R00410s?run=1″&outfmt=0″
CMD.EXE /C START %cmd1%%cmd2%
exit
this is the resulting url:
http://svestat:8011/mrcjava/servlet/FOLW_DB.R00410s?run=1&outfmt=0&S_GROUP=1&S_YEAR=1&R001=01&R003=2008&R003=2011
I want to close the url window I opened. can that be done?