Search found 1 match
- 12 Jun 2014 06:04
- Forum: DOS Batch Forum
- Topic: Escape special characters for curl
- Replies: 1
- Views: 5113
Escape special characters for curl
Hello all, I am trying to call curl for Windows from a .bat/.cmd script but I am getting lost escaping those pesky special chars. It looks something like this: @echo off set Name=My Name set Email=email@server.com set Variable=test curl --data-urlencode \"Name^=%Name%^&EMail^=%Email%^&v...