Jump to content

dlopez0682

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by dlopez0682

  1. Awesome! That worked! Thanks! If anyone reading is struggling like I was, all you have to do is: 1. Open the au3 file with notepad or other text editor 2. Do a ctrl+f (find) and search for "Func _WinAPI_PlaySound" (or just go to line 467 near the very bottom) 3. Either add a semicolon (;) at the beginning of every line thereafter or just delete them 4. Save 5. Right click the au3 file 6. Run script
  2. Hi, when I run the script, it gives me an error: AutoIt Error Line 467 (File "C:\Users\ rest of the file path"): Func_WinAPI_PlaySound($sSound, $iFlags = 0x00020010, $hInstance = 0) Error: Duplicate function name. I'm new to AutoIt and I'm definitely not a programmer. I installed the x86 version of AutoIt for compatibility so not sure why it doesn't work. Please help.
×
×
  • Create New...