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 Chriss Miller 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
  • Content: Threads
  • Order by date
  1. 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.
  2. 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...
  3. 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...
  4. 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