Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-23-2007, 01:40 PM
Bob Altman
Tablet PC Guest
 
Posts: n/a
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 07-23-2007, 01:40 PM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 07-23-2007, 02:00 PM
Detlev Dreyer
Tablet PC Guest
 
Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 07-23-2007, 02:00 PM
Bob I
Tablet PC Guest
 
Posts: n/a
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
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 07-23-2007, 02:40 PM
Bob Altman
Tablet PC Guest
 
Posts: n/a
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******.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

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 07-23-2007, 03:00 PM
Gary S. Terhune
Tablet PC Guest
 
Posts: n/a
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******.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

>>

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 07-23-2007, 03:50 PM
Richard
Tablet PC Guest
 
Posts: n/a
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...******.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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 07-23-2007, 04:00 PM
Curt Christianson
Tablet PC Guest
 
Posts: n/a
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******.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
| >
|
|


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 07-24-2007, 08:40 PM
Ayush
Tablet PC Guest
 
Posts: n/a
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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customize "Find and Replace" Crudduncan Microsoft Office 0 04-16-2007 06:00 AM
Registry Find & Replace Chris Barnes Windows XP 12 03-06-2007 03:45 AM
Find and Replace? T. Wise Microsoft OneNote 7 02-09-2007 08:17 AM
Changing the file location in Find and Replace LaToya Microsoft Office 0 01-15-2007 11:52 AM
need help with find and replace Matthew Windows XP 1 01-04-2007 03:54 AM


All times are GMT -8. The time now is 05:53 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0