[Help] Backup MP!L? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Help] Backup MP!L? (/showthread.php?tid=62874) [Help] Backup MP!L? by Felu on 07-09-2006 at 06:55 AM
Can anyone tell me how do a save prefrences, emoticon sounds and chat logs for MP!L using a script and also where are they stored? RE: [Help] Backup MP!L? by The_Joker on 07-09-2006 at 07:24 AM
Do you mean as a auto-backup script? RE: [Help] Backup MP!L? by Dhaya on 07-09-2006 at 07:26 AM Have a look at \\HKCU\Software\Patchou\Messenger Plus! Live\your@email.tld RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 07:30 AM
quote:Yes i do, read my post carefully. quote:Id prefer to know how to do it with JScript and not to get the code from you. Id like you to tell me how to do it. Also tell me where are sounds and prefrences saved by default. RE: [Help] Backup MP!L? by The_Joker on 07-09-2006 at 07:37 AM
Last time I checked the sounds were stored in: RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 07:42 AM
quote:Thanks a lot quote:C:\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\ But thanks anyways . Edit: How do i save a folder using a script? RE: [Help] Backup MP!L? by ddunk on 07-09-2006 at 07:48 AM
quote:For the logs, just use the FileSystemObject to copy the folders. For the preferences, it'd just be a whole lot easier to use Plus' backup system. RE: [Help] Backup MP!L? by Chestah on 07-09-2006 at 08:13 AM
quote: Don't forget to make this dynamic, not everyone has "C:" there windows drive RE: [Help] Backup MP!L? by ddunk on 07-09-2006 at 08:14 AM
quote:Same with the logs directory. RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 08:18 AM
quote:Newbie question but how to make it dynamic? Edit : \\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\ -> Like that . RE: [Help] Backup MP!L? by ddunk on 07-09-2006 at 08:41 AM
quote:Either you can have the user enter the location of their logs and custom sounds (probably easy, but less user-friendly), or you can attempt to figure it out on your own (which I don't know how to do). RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 09:28 AM
quote:Im already working on the first one . |