Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/08/2018 in Posts

  1. Run it using autoit_64.exe instead. The shortcut probably uses the %ProgramFiles% shorthand to point to where the file is.
    1 point
  2. There are several different ways to do this. Here's a link that give some possible solutions. https://stackoverflow.com/questions/19046812/multiple-count-for-multiple-conditions-in-one-query-mysql
    1 point
  3. A typical SQL Select statement would look like this -- SELECT supervisor, COUNT(DISTINCT employee_name) FROM your_db GROUP BY supervisor
    1 point
  4. Good point Jos. I totally forgot about that. Have a look at Running under Windows 64-bit Edition in the Help File. Try adding the following to the the top of your script. #include <WinAPIFiles.au3> ;Disable x86 redirection mechanism for a 32-bit script. If @OSArch = "X64" And Not @AutoItX64 Then _WinAPI_Wow64EnableWow64FsRedirection(False) Adam
    1 point
  5. http://bfy.tw/IzjL Hope this helps.
    1 point
  6. I've been working for a long time (about 5 months) to release this beta. I've tested it many time but found no bug or error. Please test it for me, if you got bugs, report me! I'll add you to the credit. :-) Features - Real-time protection with USB Guard. - View and manage startup proprams with Startup Manager. - View and manage running processes with Processes. - Fix common Windows issues with System Fix. - Eject your USB stick easily with USB Eject. - Automatic update function. - Restore deleted items. Notes - USB Lock Key and Update functions are under contruction. Downloads Source (60kB) Exe
    1 point
  7. Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team
    0 points
×
×
  • Create New...