Jump to content

Spider001

Active Members
  • Posts

    169
  • Joined

  • Last visited

Recent Profile Visitors

207 profile views

Spider001's Achievements

  1. https://www.autoitscript.com/autoit3/docs/functions/StringUpper.htm
  2. i had to do this this way but thanks SadBunny that helps a lot your post several of my problems are solved because of that site. string pattern = @"(""[^\]+\)(?:[^\""]+\)*([^""]+"")"; string data = regedit.exe /e:a "D:\data\backup\laptop\CCleaner\CCleaner.reg" "HKEY_CURRENT_USER\Software\Piriform\CCleaner" string replacement = "$1...\$2"; Regex rgx = new Regex(pattern); data = rgx.Replace("\"" + data + "\"", replacement); data = data.TrimStart('"'); data = data.TrimEnd('"');
  3. i did google the whole day long. but that part is the problem '("[^\\]+\\)(?:[^\\"]+\\)*([^"]+")', "$1...\\$2"
  4. https://www.autoitscript.com/forum/topic/170164-how-to-put-2d-grid-image-values-into-an-array/ ??????
  5. Other option '?do=embed' frameborder='0' data-embedContent>>
  6. https://msdn.microsoft.com/en-us/library/windows/desktop/aa376977%28v=vs.85%29.aspx
  7. http://stackoverflow.com/questions/95510/how-to-detect-whether-vista-uac-is-enabled post 4 at this link
  8. Impliment MAC Filtering Disable SSID Broadcast Those are a false feeling of security
×
×
  • Create New...