goldenix Posted March 26, 2009 Posted March 26, 2009 (edited) I need to backup some settings, but this wont work: $dircopy = DirCopy('C:\Documents and Settings\' & @UserName & '\Local Settings\Application Data\Stardock',@ScriptDir) ConsoleWrite($dircopy & @CRLF)oÝ÷ Ø@ÈNÊ%½çZºÚ"µÍÌÍÙÌHH ÌÎNÐÎÌLÑØÝ[Y[È[Ù][ÜÉÌLÉÌÎNÈ [ÈÙ[YH [È ÌÎNÉÌLÓØØ[Ù][ÜÉÌLÐXØ][Û]IÌLÔÝØÚÉÌÎNÂÌÍÙÛÜHHÛÜJ ÌÍÙÌKØÜ [È ÌÎNÉÌLÌWÝÙÛØØ[ÜÙ][ÜÉÌLÔÝØÚÉÌÎNËJBÛÛÛÛUÜ]J ÌÍÙÛÜH [ÈÔBÛÛÛÛUÜ]J ÌÍÙÌH [ÈÔ Edited March 26, 2009 by goldenix My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Authenticity Posted March 26, 2009 Posted March 26, 2009 You need to specify the new name of the folder, so in your case it's: $dircopy = DirCopy('C:\Documents and Settings\' & @UserName & '\Local Settings\Application Data\Stardock',@ScriptDir & '\Stardock)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now