Search found 1 match
- 11 Sep 2018 04:09
- Forum: DOS Batch Forum
- Topic: how to programmatically escape percent signs %
- Replies: 1
- Views: 3134
how to programmatically escape percent signs %
I have a .bat file that passes in connection strings and password arguements to a java program. Any of these fields could have embedded percent signs. The values are entered by the client. I would like to programmatically search these fields and replace all % with %%. Below is an exmple where two ar...