What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » About uncrypting logs (i've got password!)

About uncrypting logs (i've got password!)
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: About uncrypting logs (i've got password!)
quote:
Originally posted by marcosetorresc
I had the same problem and after going through the whole batch found the following:

Line 42 "SET LOGVIEWER=%LOGVIEWER:~18%" defines the variable %LOGVIEWER% after extracting the Path for Log Viewer.exe from the registry. This value comes in the form     "AppDir    REG_SZ    C:\Program Files\Messenger Plus! Live\"
When it runs "SET LOGVIEWER=%LOGVIEWER:~18%" it is truncating the first 18 characters of the string, leaving it as  "SZ    C:\Program Files\Messenger Plus! Live\" when it should be leaving it as "C:\Program Files\Messenger Plus! Live\".
The problem is that the REG command in Vista will convert tabs to 4 spaces instead of leaving tabs to be tabs. So, the REG command does not output exactly the same thing as in XP for which these batch files were created.
quote:
Originally posted by marcosetorresc
How to solve this?

Since I don't exactly by how many characters it will differ on each case, here is a generic procedure:

[SNIPPED]
Instead of doing all that you simply need to replace the line:
code:
SET LOGVIEWER=%LOGVIEWER:~18%

with the lines:
code:
SET LOGVIEWER=%LOGVIEWER:<tab>=<4spaces>%
SET LOGVIEWER=%LOGVIEWER:~24%
where:
<tab> must be replaced with a TAB character.
<4spaces> must be replaced with 4 spaces.

---

Also note that there are a lot more ceavats in these batch files. They are designed for XP, not for Vista. Whenever I have the time I'll update them to the newer versions (which will tackle/fix a lot more problems which you could encounter when you run this on Vista).

This post was edited on 01-25-2009 at 12:48 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-23-2009 11:07 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 11:48 AM
RE: About uncrypting logs (i've got password!) - by markee on 09-05-2006 at 11:50 AM
RE: About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 12:13 PM
RE: About uncrypting logs (i've got password!) - by Patchou on 09-05-2006 at 12:13 PM
RE: About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 12:43 PM
RE: About uncrypting logs (i've got password!) - by RaceProUK on 09-05-2006 at 03:46 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 09-05-2006 at 03:54 PM
RE: About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 09:51 PM
RE: About uncrypting logs - by aadimo on 06-06-2008 at 01:32 PM
RE: About uncrypting logs (i've got password!) - by Thor on 06-06-2008 at 01:57 PM
RE: About uncrypting logs (i've got password!) - by ubisoft4me on 08-13-2008 at 09:01 AM
RE: About uncrypting logs (i've got password!) - by jasmiester on 12-31-2008 at 07:40 AM
RE: About uncrypting logs (i've got password!) - by jasmiester on 01-07-2009 at 01:05 PM
RE: About uncrypting logs (i've got password!) - by marcosetorresc on 01-23-2009 at 09:04 AM
RE: RE: About uncrypting logs (i've got password!) - by CookieRevised on 01-23-2009 at 11:07 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 01-25-2009 at 12:44 AM
RE: About uncrypting logs (i've got password!) - by jasmiester on 01-25-2009 at 11:58 PM
RE: RE: About uncrypting logs (i've got password!) - by CookieRevised on 01-26-2009 at 02:38 PM
RE: About uncrypting logs (i've got password!) - by Cut on 04-19-2009 at 06:18 AM
RE: About uncrypting logs (i've got password!) - by riahc4 on 04-26-2009 at 02:21 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 04-28-2009 at 12:04 AM
RE: About uncrypting logs (i've got password!) - by ravenle on 11-21-2009 at 02:03 AM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 11-21-2009 at 10:54 AM
RE: About uncrypting logs (i've got password!) - by ravenle on 11-22-2009 at 01:46 PM
RE: About uncrypting logs (i've got password!) - by dreaded on 02-15-2011 at 07:03 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 02-15-2011 at 11:44 PM
RE: About uncrypting logs (i've got password!) - by Gorgo on 10-09-2012 at 10:44 AM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 10-09-2012 at 02:18 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On