Search found 1 match

by sage12
11 Sep 2018 04:09
Forum: DOS Batch Forum
Topic: how to programmatically escape percent signs %
Replies: 1
Views: 2842

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...