ChrisL Posted September 19, 2005 Posted September 19, 2005 Hi I was looking through some of the code snips available and I cam accross this http://www.autoitscript.com/forum/index.php?showtopic=11313its the directory copy with recursive.Now when I run it I get an error which I don't understand because most people say it works great..the error isAfter all of the code from the above post I put a line _CopyDirWithProgress("d:\kiosk\", "d:\kiosk2")Anyone know whats going wrong..ThanksChris [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
jpm Posted September 19, 2005 Posted September 19, 2005 certainly this part was accepted on May 10.but now you have to Func _FileSearch($sIstr, $bSF = 1) ; $bSF = 1 means looking in subfolders ; $sSF = 0 means looking only in the current folder. ; An array is returned with the full path of all files found. The pos [0]keeps the number of elements. Local $bSF, $sCriteria, $sBuffer, $iH, $iH2, $sCS, $sCF, $sCF2, $sCP, $sFP, $sOutPut = '', $aNull[1]
ChrisL Posted September 19, 2005 Author Posted September 19, 2005 certainly this part was accepted on May 10.but now you have to Sorry you've lost me?? [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
jpm Posted September 19, 2005 Posted September 19, 2005 Sorry you've lost me??I try to have you back.on May 10 this redefinition of a parameter "$sIstr" as local was accepted. Now it is not.I don't remeber is the Local was overidding the local definition. I hope not unless the script is no more working.Just remove it from local and you will see what happening.
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