HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-23-2007, 10:32 PM
Bob Altman
 
Posts: n/a
Default Simple find and replace

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

TIA - Bob


Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 07-23-2007, 10:51 PM
Detlev Dreyer
 
Posts: n/a
Default Re: Simple find and replace

"Bob Altman" <rda@nospam.nospam> wrote:

> 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

--
d-d
Reply With Quote
  #3  
Old 07-23-2007, 10:55 PM
Bob I
 
Posts: n/a
Default Re: Simple find and replace

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


Reply With Quote
  #4  
Old 07-23-2007, 11:30 PM
Bob Altman
 
Posts: n/a
Default Re: Simple find and replace

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

"Bob I" <birelan@yahoo.com> wrote in message
news:ed4pvQXzHHA.3772@TK2MSFTNGP06.phx.gbl...
> 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

>



Reply With Quote
  #5  
Old 07-23-2007, 11:52 PM
Gary S. Terhune
 
Posts: n/a
Default Re: Simple find and replace

Nope, not that I've ever located.

--
Gary S. Terhune
MS-MVP Shell/User
www.grystmill.com

"Bob Altman" <rda@nospam.nospam> wrote in message
news:%23tUQRkXzHHA.600@TK2MSFTNGP05.phx.gbl...
> 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
>
> "Bob I" <birelan@yahoo.com> wrote in message
> news:ed4pvQXzHHA.3772@TK2MSFTNGP06.phx.gbl...
>> 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

>>

>
>



Reply With Quote
  #6  
Old 07-24-2007, 12:38 AM
Richard
 
Posts: n/a
Default Re: Simple find and replace

On Jul 23, 6:30 pm, "Bob Altman" <r...@nospam.nospam> 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...
>
> - Bob
>
> "Bob I" <bire...@yahoo.com> wrote in message
>
> news:ed4pvQXzHHA.3772@TK2MSFTNGP06.phx.gbl...
>
> > 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


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

HTH,
Richard

Reply With Quote
  #7  
Old 07-24-2007, 12:54 AM
Curt Christianson
 
Posts: n/a
Default Re: Simple find and replace

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

"Bob Altman" <rda@nospam.nospam> wrote in message
news:%23tUQRkXzHHA.600@TK2MSFTNGP05.phx.gbl...
| 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
|
| "Bob I" <birelan@yahoo.com> wrote in message
| news:ed4pvQXzHHA.3772@TK2MSFTNGP06.phx.gbl...
| > 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
| >
|
|


Reply With Quote
  #8  
Old 07-25-2007, 05:32 AM
Ayush
 
Posts: n/a
Default Re: Simple find and replace

[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.
--
Google Groups: http://groups.google.com/
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple solution DefecTalisman Windows Vista 1 06-25-2007 07:17 PM
Simple?? sparkster Microsoft Office 1 05-31-2007 09:50 PM
Anything simple to convert DVD to wmv? Jone DVD Software 5 05-27-2007 02:05 AM
Re: Simple Question? Rich Windows Vista 0 05-05-2007 01:58 AM
Customize "Find and Replace" Crudduncan Microsoft Office 0 04-16-2007 02:58 PM


All times are GMT. The time now is 04:48 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger