Search found 2 matches

by sireeshraju
18 Sep 2011 00:06
Forum: DOS Batch Forum
Topic: strsub is not working on Windows 7
Replies: 2
Views: 2835

Re: strsub is not working on Windows 7

Thanks griff for your reply. I was unable to find strsub.exe in my system. Can you please let me know the equivalent of strsub, which can be used to replace one string with another string in all the files in a specified location Using Batch scripting.

Regards
Sireesh
by sireeshraju
14 Sep 2011 23:04
Forum: DOS Batch Forum
Topic: strsub is not working on Windows 7
Replies: 2
Views: 2835

strsub is not working on Windows 7

Hi Experts, I am facing an issue with strsub command in my batch file.When I am running the below command from the batch file : strsub -s -d *.sql #WWF_USER# current_user I am getting the below message 'strsub' is not recognized as an internal or external command, operable program or batch file. Wha...