Autodesk Technology Managers Forum
Share your knowledge, ask questions, and engage with fellow CAD/BIM Managers.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 5
Anonymous
399 Views, 4 Replies

Munge.exe

Anyone know how to use munge.exe? I'm loosing my mind or what little
documentation I have found is terrible.

--
Skip Diercks
Computer Support Specialist
Wade-Trim, Inc.
E-mail: sdiercks@wadetrim.com
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

What is munge.exe?

"Skip Diercks" wrote in message
news:2E927C8000CB17B9B71984CC695E790C@in.WebX.SaUCah8kaAW...
> Anyone know how to use munge.exe? I'm loosing my mind or what little
> documentation I have found is terrible.
>
> --
> Skip Diercks
> Computer Support Specialist
> Wade-Trim, Inc.
> E-mail: sdiercks@wadetrim.com
>
Message 3 of 5
Anonymous
in reply to: Anonymous

That is the answer I was afraid I might get. Munge is a command-line tool
that provides a convenient way to search for and replace strings in a file
or files.
I want to use munge.exe to search for and replace specific text in about 800
text files without having to open each one and edit it. Someone might know
of another utility that can do the same thing. Any help would be
appreciated.

Skip

Jeff Crawford wrote in message
news:2891BFA521291BF968A6AF2256ED49E7@in.WebX.SaUCah8kaAW...
> What is munge.exe?
>
> "Skip Diercks" wrote in message
> news:2E927C8000CB17B9B71984CC695E790C@in.WebX.SaUCah8kaAW...
> > Anyone know how to use munge.exe? I'm loosing my mind or what little
> > documentation I have found is terrible.
> >
> > --
> > Skip Diercks
> > Computer Support Specialist
> > Wade-Trim, Inc.
> > E-mail: sdiercks@wadetrim.com
> >
>
Message 4 of 5
Anonymous
in reply to: Anonymous

a couple links that may help:

how to use munge:
http://www.win2000mag.com/Articles/Index.cfm?ArticleID=7794

general info:
http://www.windowsmagazine.com/library/1998/0201/howto106.htm

Hector

"Skip Diercks" wrote in message
news:2E927C8000CB17B9B71984CC695E790C@in.WebX.SaUCah8kaAW...
> Anyone know how to use munge.exe? I'm loosing my mind or what little
> documentation I have found is terrible.
>
> --
> Skip Diercks
> Computer Support Specialist
> Wade-Trim, Inc.
> E-mail: sdiercks@wadetrim.com
>
Message 5 of 5
Anonymous
in reply to: Anonymous

Could be done with perl fairly easily. I've been looking for documentation on munge.exe
and can't find anything... Ohh wait found something.

Okay
Create a new text file called replace.txt and in it put only
replacedword newword

and save the file

Now create a batch file that goes something like this

for %%a in (file?.txt) do munge replace.txt %%a

and run the batch file.

This one will replace all instances of
replacedword
in all files with a name meeting the criteria of file?.txt
with the word
newword.

get it??

Could still be done with perl, or vb/vbscript (more complicated, but do-able).

hth

jason martin
frankfurt-short-bruza

"Skip Diercks" wrote in message
news:A84B0F4F36FAC17A5D7282A8E3739F5B@in.WebX.SaUCah8kaAW...
> That is the answer I was afraid I might get. Munge is a command-line tool
> that provides a convenient way to search for and replace strings in a file
> or files.
> I want to use munge.exe to search for and replace specific text in about 800
> text files without having to open each one and edit it. Someone might know
> of another utility that can do the same thing. Any help would be
> appreciated.
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report