Simple find and replace

B

Bob Altman

Is there anything baked into Windows that will let me do a simple "find and
replace" operation on strings in text files?

TIA - Bob
 
D

Detlev Dreyer

Bob Altman said:
Is there anything baked into Windows that will let me do a simple "find
and replace" operation on strings in text files?

Start > Run: Notepad
Start > Run: Wordpad
Start > Run: CMD > Edit
 
B

Bob Altman

Okey dokey... looks like my problem statement could use a little tweak.
Let's try this:

Is there anything baked into Windows that will let me do the same "find and
replace" operation on a bunch of files (a-la grep)?

BTW, it turns out that I can use Visual Studio to do this (find all
instances of a string in all files that match a wildcard specification, and
replace with another string), but I'm still curious if anything like this is
baked into Windows somewhere...

- Bob
 
R

Richard

Okey dokey... looks like my problem statement could use a little tweak.
Let's try this:

Is there anything baked into Windows that will let me do the same "find and
replace" operation on a bunch of files (a-la grep)?

BTW, it turns out that I can use Visual Studio to do this (find all
instances of a string in all files that match a wildcard specification, and
replace with another string), but I'm still curious if anything like this is
baked into Windows somewhere...

- Bob

There is a windows-version of grep. Google for it.

HTH,
Richard
 
C

Curt Christianson

Grep for Windows
http://gnuwin32.sourceforge.net/packages/grep.htm

--
HTH,
Curt

Windows Support Center
www.aumha.org
Practically Nerded,...
http://dundats.mvps.org/Index.htm

| Okey dokey... looks like my problem statement could use a little tweak.
| Let's try this:
|
| Is there anything baked into Windows that will let me do the same "find
and
| replace" operation on a bunch of files (a-la grep)?
|
| BTW, it turns out that I can use Visual Studio to do this (find all
| instances of a string in all files that match a wildcard specification,
and
| replace with another string), but I'm still curious if anything like this
is
| baked into Windows somewhere...
|
| - Bob
|
| | > Open said file in Notepad, and have at it.
| >
| > Bob Altman wrote:
| >> Is there anything baked into Windows that will let me do a simple "find
| >> and replace" operation on strings in text files?
| >>
| >> TIA - Bob
| >
|
|
 
A

Ayush

[Bob Altman] wrote-:
Okey dokey... looks like my problem statement could use a little tweak.
Let's try this:
Is there anything baked into Windows that will let me do the same "find and
replace" operation on a bunch of files (a-la grep)?
BTW, it turns out that I can use Visual Studio to do this (find all
instances of a string in all files that match a wildcard specification, and
replace with another string), but I'm still curious if anything like this is
baked into Windows somewhere...

Use WSH:
microsoft.public.scripting.vbscript
microsoft.public.scripting.jscript
microsoft.public.scripting.wsh

Good Luck, Ayush.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top