I am attempting to use curl commands in a batch file I am writing. I have downloaded the latest curl executable and run it but I cannot use the command \"curl\" What steps
You will have to add the directory containing curl.exe to your path, probably the bin directory. In Windows XP you can do this by:
curl.exe
path
bin