View Single Post
  #183  
Old 11-03-2007, 07:29 AM
Insty Insty is offline
Senior Member
 
Join Date: Jan 2005
Location: supernit with no sense of humor.
Posts: 908
Default Re: Sit N Go Madness on FTP

[ QUOTE ]
[ QUOTE ]
Is TM loading for you guys and just not importing or do you get an error msg when you try to open TM itself?

[/ QUOTE ]

tm opens just fine it wont accept the madness files. ive already emailed TM's gmail account and maybe if everybody else does too he will tell us what is wrong.

itd definitely be nice for future madness promos.

[/ QUOTE ]

If you cannot wait for rvgs fix and want to fix this yourself, get a program that can find/replace across multiple files and find "Madness" and replace it with "Sit & Go" in the handhistories.

If you already have perl installed you can just do this:
<font class="small">Code:</font><hr /><pre>
perl -i.bak -p -e 's/Madness/Sit &amp; Go/' *Madness*
</pre><hr />

Someone else can probably suggest a simple windows program for doing multiple file find/replace
Reply With Quote