Maybe I should rename "score the global quality/quantity" to "score the global quantity (only)". Thus, I want to get a good algorithm to evaluate what are the subject/subfolder which have better and worse quantity of files...
I am trying to make a script to examine thousands of files (path, size, date, md5 => write data to CSV file) and it consumes a lot of RAM when analyzing a big number of files. Thus, I need to create a clean RAM subroutine and run it cyclically...
I used brackets just to isolate the VBS code snippet (VBS do not use brackets) in this post...
I am confused about Memory/RAM cleaning... I saw this FreeMem "trick"/"tip" while google's searching «How to Optimize PC's Memory in Real-Time»...
The majority of VBS books do not refer to...
Please, download my CSV file (inside a ZIP) at:
http://tinyurl.com/ypv8t7
You will find a "Score" Column/Row, which corresponds to :
Score = (Total Number of Files inside each Subfolder) * (Total Size of each Subfolder)
You also will find that all numeric values are preceded with
«(zero or...
I know that VBScripts allows to make:
{
FreeMem=Space(256000000)
}
This will free 256 MB of RAM... How can I do this from inside a VBS script, using Object Model + WMI? Could you please an VBS sample?
Thanks in advance.
Regards.
You are talking about "Dictionary Object", right?
«
Set dict = CreateObject("Scripting.Dictionary")
»
Could you please post a code "fragment"/ "snippet"/ "sample"/ "example"?
Thanks.
Regards.
CAPICOM is very good, and really, I did not know it to exist... Thanks for teaching it! ;)
However, I still have doubts:
The script can write a CSV file with:
Full Path,Size,MD5
But, how to read such CSV file in order to find {same SIZE +(,) same MD5}
Thanks.
Regards.
I want to create a VBS script able to search for true duplicate files (same SIZE + same MD5 HASH/CHECKSUM), and after deleting clones.
Main features: filters to include and/or exclude files and/or folders; total recursive search; automatic deletion of duplicate files according to previously...
I would like to create an algorithm to score the "global quality/quantity" of eBooks of each subject.
Each subject has a main subfolder, like:
eBooks\Subject1\(...)
eBooks\Subject2\(...)
eBooks\Subject3\(...)
(...)
I would to create an algorithm/equation/formula to score them (subjects). I...
Many available ActiveX=COM Components, which can be used to improve the functionalities from inside VBScripts, come with few or (almost) no help/tutorials/examples/samples how to use them... I found myself very frustated when I get an apparently good ActiveX=COM Component, but I cannot use it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.