Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: asgarcymed
  • Order by date
  1. asgarcymed

    Algorithm to Score Global Quality-Quantity of Files (eBooks)

    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...
  2. asgarcymed

    Alternative to FreeMem using Object Model and VBScript and WMI

    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...
  3. asgarcymed

    Alternative to FreeMem using Object Model and VBScript and WMI

    Thank you for teaching me! Can you suggest a valid and efficient alternative? Regards.
  4. asgarcymed

    Alternative to FreeMem using Object Model and VBScript and WMI

    http://www.mdgx.com/newtip15.htm http://tricksandtipsforu.blogspot.com/ http://www.tek-tips.com/faqs.cfm?fid=786
  5. asgarcymed

    Alternative to FreeMem using Object Model and VBScript and WMI

    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...
  6. asgarcymed

    Algorithm to Score Global Quality-Quantity of Files (eBooks)

    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...
  7. asgarcymed

    Alternative to FreeMem using Object Model and VBScript and WMI

    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.
  8. asgarcymed

    Trying to guess around ActiveX=COM Components

    Thank you very much to all of you!!!! You helped me a lot!!! Regards.
  9. asgarcymed

    KickStart to Find and Delete True Duplicate Files

    Thank you very much!!!!
  10. asgarcymed

    KickStart to Find and Delete True Duplicate Files

    You are talking about "Dictionary Object", right? « Set dict = CreateObject("Scripting.Dictionary") » Could you please post a code "fragment"/ "snippet"/ "sample"/ "example"? Thanks. Regards.
  11. asgarcymed

    KickStart to Find and Delete True Duplicate Files

    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.
  12. asgarcymed

    KickStart to Find and Delete True Duplicate Files

    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...
  13. asgarcymed

    Algorithm to Score Global Quality-Quantity of Files (eBooks)

    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...
  14. asgarcymed

    Trying to guess around ActiveX=COM Components

    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...

Part and Inventory Search

Back
Top