M
moleskyca1
I have URL string like this in my batch file as parameter to another
program:
set APP_PARAMS=-labres
http://64.107.55.37:9903/labl_ressr...1&subres=ss_193301&heartbeat=3500&recov=false
echo %APP_PARAMS%
The problem is char '&'. The output is:
-labres http://64.107.55.37:9903/labl_ressrv_1/NuMegSS3/GET?res=193301
Everything after the '&' is gone. How can I fix this?
Thank you.
program:
set APP_PARAMS=-labres
http://64.107.55.37:9903/labl_ressr...1&subres=ss_193301&heartbeat=3500&recov=false
echo %APP_PARAMS%
The problem is char '&'. The output is:
-labres http://64.107.55.37:9903/labl_ressrv_1/NuMegSS3/GET?res=193301
Everything after the '&' is gone. How can I fix this?
Thank you.