The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Find / Replace with a windows batch script.

CidonaBoyCidonaBoy Registered User regular
edited August 2011 in Help / Advice Forum
Hello

I have a large text file that had the following data.

"Stuff","Between","Quotation" ,"Marks",
"More","Stuff","Down" ,"Here",

Unfortunately, there is a space appearing in between the third words quotation marks and the comma separator. Is there any command I can run that would take a textfile, find/replace out that space and output to another text file? I was going to just find/replace manually but Notepad isn't up to the task at all.

I have very little experience of batch scripting, and have no access to other languages like Perl (Work computer, not allowed install stuff on it.) so it has to be a batch file.

Any help would be appreciated, I hope I have explained my problem clearly however if you wish to know any details please let me know. :)

CidonaBoy on

Posts

  • ueanuean Registered User regular
    Copy everything into Word. Use replace to switch " ," to "," then click replace all.

    That should do it extremely quickly, unless I'm misunderstanding?

    Also, try Notepad++ as a notepad replacement. It's awesome and has a lot of features.

    Guys? Hay guys?
    PSN - sumowot
Sign In or Register to comment.