Because Skype saves the contact information locally, you must back up the list of friends, you must go to the hidden catalog every time I go to the hidden directory to copy the directory and then package it. It is very troublesome. So it is like a similar batch script to help me complete the backup. This small script is completed with the MSDN regarding the content of WSH (Windows Script Host). code show as below:
/ / =========================================================================================================================================================================================== === //// WSH Script in jscript form code by Roy Law //// 6:07 PM 2/13/2005 ////mail: Roy_LAW AT 126 Dot CoM Web: luoyi.com //// = ============================================================================================================================================================================================================= // WinRARFolderName = "D: // Program Files // WinRAR"; // Modify it to where your WinRAR installed atSkypeUserName = "roy_law"; // Modify it to your Skype username var Date = new Date (); var Year = Date.getyear (); var month = Date.getMonth () 1; var day = Date.getdate (); var wshshell = new activXObject ("wscript.shell"); var outc = wshshell.exec (WinRarfoldername "/ / WinRAR a skype_ " " _ "_" " " " " " " // Skype // Application Data // Skype // " SkyPEUSERNAME " / "") WHILE (OEXEC.STATUS == 0) {wscript.sleep (100);} WSHSHELL.POPUP (SkypeuserName ", Your Skype Data Has Been successfully packed to" "skype_" year "_" month " _ " Day " _ " SkypeuserName " .rar ", 60," s Ucceeded! [scripted by roy law] ", 0 64); script calls WinRAR to package the contact directory.