Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/09/2012 in all areas

  1. Description <grin> After diving into S.M.A.R.T from a previous thread... hmm, might as well take a stab at it. One thing I did find after testing - The Drive Temperature is fairly accurate! Then all I had to find out was how to calculate POH. And, it dawned on me that it turns over every 1000... or is it 200, hmm. (It's 256) Anyway it starts back at 1 and adds the total to another column. So, I figured out (if my math was correct) that my hard drive's life is about half over. (sob) There are about 20 known programs out there in cyberspace. I tested about half of them. Almost none of those would show what I really wanted to know. 1. How many hours was on the HD. 2. What is the HD life expectancy. Well, I found out both those answers after I made this script. Let me know if any problems. I'll see what I can do about it. Download Version 1.01 _WMI_GetATAPISmartData_v1.01.au3 Updated: November 26, 2012 1) changed some logic. 2) added more error handling. 3) added two additional ways to detect SSD's.
    2 points
  2. @CRLF can be a bitch sometimes (?s) is the way to go for multiline Regexes $sText = '<djsj>' & @CRLF & _ '<asdsdd>' & @CRLF & _ '<erwerds>' & @CRLF & _ '<title>' & @CRLF & _ 'Hello ' & @CRLF & _ 'World!' & @CRLF & _ '</title>' & @CRLF & _ '<sdadas>' & @CRLF & _ '<sfasd>' & @CRLF & _ '<xczczx>' & @CRLF $sResult = StringRegExpReplace($sText, "(?s).*<title>(.*)</title>.*", "$1") $sResult = StringReplace(StringReplace($sResult, @LF, ""), @CR, "") ConsoleWrite("Result: " & $sResult & @CRLF & @CRLF & "Should be like this: Hello World!" & @CRLF)
    1 point
  3. Bowmore

    Autoit Info Tool

    I don't understand why you are not just using the the controlID/Names you have been supplied with by the developer.
    1 point
  4. BrewManNH

    InetGet and error codes

    As referenced in the OPs post, through the link to another post where Valik explains it, the error codes returned aren't a reference to anything that can be translated to "normal" error codes. They're only there for the developers, they are only shown to the users (us) because the developers wanted the users to know that the function failed, but there is nothing more to be gotten from the error codes other than it failed. At least that is how it was explained 6 years ago in the thread, I'm not sure if it's changed since then but I haven't been able to find anything in the change logs that show that it has changed.
    1 point
  5. Auslogics BoostSpeed [Last Version] ---- (Very Recommended) Unattended Version of Auslogics BoostSpeed Best in TuneUp Tools , Tweak tools and ... --------20 in 1 tools------------------------ Auslogics Console Defragmentation Auslogics Disk Cleane Auslogics Disk Defrag Auslogics Disk Doctor Auslogics Disk Explorer Auslogics Disk Wiper Auslogics Duplicate File Finder Auslogics File Recovery Auslogics File Shredder Auslogics Internet Optimizer Auslogics Registry Cleaner Auslogics Registry Defrag Auslogics Rescue Center Auslogics Service Manager Auslogics Startup Manager Auslogics System Information Auslogics Task Manager Auslogics Track Eraser Auslogics Tweak Manager Auslogics Uninstall Manager Download: version 5.2.1.1.0 (Unattended Version)+Full Activated! <snip>
    1 point
×
×
  • Create New...