trancexx Posted March 5, 2010 Share Posted March 5, 2010 Ahhh, could reproduce on the fifth re-try , seems to be that the data-directory is sometimes not created fast enough to capture the fileinstalls. Additionally when installing to a HDD root there is a trailling "\" after the drive-letter... Added some checks and re-upload the files... pls re-test ...Yes, works now.I expect the whole system to be fully operational within 15 sec max from "welcome screen". SMF tend to take around 10 sec for initialization. I just hate that even though I know you payed attention to that stuff.Other than that, it's very nice. ...wait, I already said that ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
KaFu Posted March 5, 2010 Author Share Posted March 5, 2010 SMF tend to take around 10 sec for initialization. I just hate that even though I know you payed attention to that stuff.Only on first start / install , on succeeding runs it checks for files existence and proceeds... additionally that's the reason why it minimizes to tray on ESC and offers the possibility to start with windows ... Other than that, it's very nice. ...wait, I already said thatReally ? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
KaFu Posted March 5, 2010 Author Share Posted March 5, 2010 Changelog v1.1.3.8 > v1.1.3.9Corrected a bug in the reports Set Filetime and Attributes functions which caused the report to hang.Source and Executable are available... as always... athttp://www.funk.euBest Regards OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
KaFu Posted April 10, 2010 Author Share Posted April 10, 2010 Changelog v1.1.3.9 > v1.1.7.2 Updated SMF to AutoIt 3.3.6.0 Updated MediaInfo DLL to version 0.7.30 Updated to SQLite DLL to version 3.6.23 Updated TrID Definitions to version 2010/Mar/16 GUI design tweaked: Now forces default Font used Updated Report Design, added new custom icons to contextmenu Optimized SMF.exe filesize by compressing it and containing dlls with UPX Added "Cut & Copy to clipboard" functionality to report Exporting data from the main GUI can now be done by pre-selecting columns Added "Scanspeed" stat to search progress Added option to Set and Retrive Default Info selection Added "File First" and "File Last" search result. Theses are the max. or min. values of the Created, Modified or Accessed filetimes Added a pre-Filter for "File First" and "File Last" Added option to select max. directory recursion depth Added option to limit max. number of returned results, search will cancel if limit is hit. Due to recursion might produce some few additional records Added hint if files to delete are read-only Added "Encoding (Fast)" and "Encoding (Full)" search result. Full will check the entire file for UTF8 sequences, fast will check only first part of file for UTF8 sequences Added "Shortcut Details" search result Improved report responsivness Rewrote Recycle, Delete and Erase functions in Report Bug fix: FileSlider Type Text was not displayed correctly Bug fix: File_Type, returned null on search Bug fix: Associated_exe, returned null on search Bug fix: BinaryType, returned all no executable files as Dll32. Function does not seem to detect Dlls correctly, Dll analysis skiped for now. Dlls are detected as none-executables too. Corrected an error in the pre-"Filter by Extension" Fixed an error in the MediaInfo search. MediaInfo search on directories always returned an error (8 columns, 9 values) Fixed another error in the reports Set FileTime and Attribute functionsSource and Executable are available... as always... athttp://www.funk.euBest Regards OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted April 12, 2010 Share Posted April 12, 2010 Very nice work, the screen shots make me drool. And it's always nice to have software that you can "learn" something from. Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted April 12, 2010 Share Posted April 12, 2010 Thought you'd like to know that the recent AutoIt has Hashing UDFs included _Crypt_HashFile, etc. ...and holy crap 15,000 lines for your main script, that's a lot of code. thanks for sharing. Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
KaFu Posted April 13, 2010 Author Share Posted April 13, 2010 Thought you'd like to know that the recent AutoIt has Hashing UDFs included _Crypt_HashFile, etc.Thanks, but imho the ASM MD5,SHA1,CRC32,RC4,BASE64,XXTEA machine code version UDF by ward is a little bit faster and more flexible, as I hash only small parts of a file for duplicate search (standard 8kb beginning + 8kb middle + 8 kb end)....and holy crap 15,000 lines for your main script, that's a lot of code. thanks for sharing.I fear it's just a little un-readable if you're not the author . Before compiling I run the script through Obfuscator to strip unused vars and funcs, and final script has currently 18.433 lines... Just saw that you've already replied a year and a half ago, just for fun compare the release 0.2.1 to to most recent ... OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
KaFu Posted August 11, 2010 Author Share Posted August 11, 2010 Updated first Post... Enjoy ... OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
KaFu Posted August 11, 2010 Author Share Posted August 11, 2010 To the two who already downloaded... please download again , fixed a small bug in report (report was moved off-screen if report was closed minimized in prior run)... OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
131738 Posted November 4, 2010 Share Posted November 4, 2010 Window Sp3 + AutoIt 3.3.6.1 source compilation Error : - Iteration 1 Strip Functions result: Output 30005 lines and stripped 14753 lines - Iteration 2 Strip Variables result: Output 26945 lines and stripped 2911 lines - Iteration 3 Strip Variables result: Output 26894 lines and stripped 51 lines - Iteration 4 Strip Variables result: Output 26892 lines and stripped 2 lines - Iteration 5 Start the actual Obfuscation. -### Obfuscation Error: Found DllCallbackRegister() statement using unsolvable Func, which will/could lead to problems running your obfuscated script. >### current Func: _GetDesktopHandle C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OBsEA.tmp(21,1) Warning for line:Local $hCBReg = DllCallbackRegister("_GetDesktopHandle_EnumChildWinProc", "hwnd", "hwnd;lparam") -### Obfuscation Error: Found Call() statement using unsolvable Func, which will/could lead to problems running your obfuscated script. >### current Func: _SQLite_Startup C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OBsEA.tmp(2595,1) Warning for line:Local $vInlineVersion = Call('__SQLite_Inline_Version') -### Obfuscation Error: Found Call() statement using unsolvable Func, which will/could lead to problems running your obfuscated script. >### current Func: _SQLite_GetTable2d C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OBsEA.tmp(2893,1) Warning for line:$iCbRval = Call($sCallBack, $aDataRow) -### Obfuscation Error: Found ObjEvent() statement using unsolvable Func, which will/could lead to problems running your obfuscated script. >### current Func: __IEInternalErrorHandlerDeRegister C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OBsEA.tmp(5353,1) Warning for line:$oIEErrorHandler = ObjEvent("AutoIt.Error", $sIEUserErrorHandler) -############################################################################################# -#### Obfuscator Found 4 Error(s)!!!! This means your script could have problems running properly. #### -############################################################################################# +> Source 89850 lines 4583365 Characters. +> Stripped 17717 Func/Var lines and 44329 comment lines, Total 3161869 Characters. +> Saved 69% lines 68% Characters. +> Obfuscator v1.0.28.7 finished obfuscating 26892 lines, created:E:\AutoIt相关\搜索文件\SMF_v1_3.source\SMF__Main_v1_3_Obfuscated.au3 Row) Link to comment Share on other sites More sharing options...
KaFu Posted November 4, 2010 Author Share Posted November 4, 2010 Hi, thanks for the feedback . The errors are triggered by "#Obfuscator_Parameters=/sf /sv /om /cs=0 /cn=0". The first two are not real errors, DllCallbackRegister() and Call() would not work with variable function names, but in this case the function names are fixed. The third Call() error in _SQLite_GetTable2d() has no impact, as I don't use that function (I'm not quite sure though why it is not stripped... oh, I see, _SQLite_GetTable2d() is added in #Obfuscator_Ignore_Funcs=, I'll delete it there and the error should not come up any more). Last error, __IEInternalErrorHandlerDeRegister() is only called on program exit, so it's not a problem because the program closes anyhow and the ErrorHandler is deregistered automatically ... so overall the program works fine with theses messages, as they do not have influence on the program itself. OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
131738 Posted November 5, 2010 Share Posted November 5, 2010 Hi, thanks for the feedback . The errors are triggered by "#Obfuscator_Parameters=/sf /sv /om /cs=0 /cn=0". The first two are not real errors, DllCallbackRegister() and Call() would not work with variable function names, but in this case the function names are fixed. The third Call() error in _SQLite_GetTable2d() has no impact, as I don't use that function (I'm not quite sure though why it is not stripped... oh, I see, _SQLite_GetTable2d() is added in #Obfuscator_Ignore_Funcs=, I'll delete it there and the error should not come up any more). Last error, __IEInternalErrorHandlerDeRegister() is only called on program exit, so it's not a problem because the program closes anyhow and the ErrorHandler is deregistered automatically ... so overall the program works fine with theses messages, as they do not have influence on the program itself.thank you! Link to comment Share on other sites More sharing options...
131738 Posted November 7, 2010 Share Posted November 7, 2010 7848 lines to 7853 lines of code as the error location Link to comment Share on other sites More sharing options...
KaFu Posted November 7, 2010 Author Share Posted November 7, 2010 Not enough info. What kind of error? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
131738 Posted November 8, 2010 Share Posted November 8, 2010 (edited) 未命名00.bmp未命名00.bmp Edited November 8, 2010 by 131738 Link to comment Share on other sites More sharing options...
KaFu Posted November 8, 2010 Author Share Posted November 8, 2010 The tip seems to be linked to the wrong checkbox. Corrected that , thanks! But this didn't throw a hard error, or did it? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
131738 Posted November 9, 2010 Share Posted November 9, 2010 The tip seems to be linked to the wrong checkbox. Corrected that , thanks! But this didn't throw a hard error, or did it?http://www.autoitx.com/viewthread.php?tid=19566&page=1&extra=#pid230666 Link to comment Share on other sites More sharing options...
KaFu Posted February 13, 2011 Author Share Posted February 13, 2011 Updated first Post... Enjoy ... OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
UEZ Posted February 13, 2011 Share Posted February 13, 2011 Well done KaFu for this huge project! Great stuff! 5* from me! Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
guinness Posted February 13, 2011 Share Posted February 13, 2011 Its pretty impressive! I love the System Info that is exported to a HTML File. Thanks. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
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