Search found 2 matches

by abhi130182
21 Nov 2012 03:57
Forum: DOS Batch Forum
Topic: How to convert a file to ASCII to Utf-8 encoding
Replies: 1
Views: 3117

How to convert a file to ASCII to Utf-8 encoding

Hello,

How can we convert a file to ASCII to Utf-8 encoding using command-line/batch...
by abhi130182
21 Nov 2012 01:17
Forum: DOS Batch Forum
Topic: Batch script text replace issue
Replies: 1
Views: 1935

Batch script text replace issue

Hi Guys, I have to write a batch file which will replace the matching word from the text file. everything is fine with below script except a character '[' deletes from new created file. I am using this script to replace my old value to new value but delims value ] is also deleted from the new file. ...