I am using cURL.exe file in my batch file but the problem is users should not get to know what mechanism I am using to pull and display data from website.
Now How This is Working: We have to place cURL.exe file under C:\ so that my batch file will use this to connect to WAN server and pull the data.
What I am expecting: I need to merge / attach cURL.exe into my batch file so user don't have to copy the cURL file to C:\ location for my batch to execute.
Finally I will be converting batch file to exe, is there a way we can merge cURL.exe and my.bat file together and copy the cURL.exe into the desired location?
Many thanks...