Posted By:
himanshu_mertia
Posted On:
Monday, October 24, 2011 12:30 PM
hi,
i am having trouble in doing this..
there is 1 batch file with this line ..
set TEST_DIR=C: empdir1
i just want to set some new value to TEST_DIR
but when i use
in my ant script..it escapes forward slashes.. and gives this result
set TEST_DIR=C:homedir2
instead i want to give it
set TEST_DIR=C:homedir2
.. i am using this command..
"
"
..
..PLZ help