About 68 results
Open links in new tab
  1. Function Run - AutoIt

    Paths with spaces need to be enclosed in quotation marks. To run DOS (console) commands, try Run (@ComSpec & " /c " & 'commandName', "", @SW_HIDE) ; don't forget " " before "/c" After running …

  2. AutoIT unable to run program but program runs manually without any ...

    Jan 5, 2018 · AutoIT unable to run program but program runs manually without any issues. By nemo1478 January 5, 2018 in AutoIt General Help and Support

  3. Function RunWait - AutoIt

    To run DOS commands, try RunWait (@ComSpec & " /c " & "commandName") ; don't forget " " before "/c" After running the requested program the script pauses until the program terminates. To run a …

  4. Run a program with parameters - AutoIt Forums

    Mar 4, 2012 · Run a program with parameters By jWalker March 4, 2012 in AutoIt General Help and Support

  5. auto run admin rights Core Temp program at startup Vista/Windows 7

    Jun 8, 2010 · auto run admin rights Core Temp program at startup Vista/Windows 7 i found this on the web wile looking how to get core temp to auto run - core temp is a program that need admin rights …

  6. Launching Programs - AutoIt General Help and Support - AutoIt Forums

    Sep 8, 2011 · Hi Everyone, Ok this is driving me nuts .. Every morning when i get into work , i have about a dozen programs i have to launch and open up .. I have been for the last 2 hours , trying to …

  7. Need Help Creating An Auto Run Program - autoitscript.com

    Dec 27, 2007 · Hello, im looking for some help with a project of mine. What i want to do is have a program that once ran will automatically run several different programs at one time. For example i …

  8. Run exe-file with arguments - AutoIt Forums

    Nov 27, 2019 · Hello, I'm new in the world of Autoit and have a questen about the Run-Command: I have to write a program to "delay" the start of programs in the StartUp-folder as long as the pc has …

  9. I can't get the Run program to launch the program - AutoIt Forums

    Mar 18, 2019 · If I run this script in Windows 7 it runs fine. When I run it Windows 10 the Run on line 15 won't launch the program. Does anyone have any idea how I can get it to run or how I can test it to …

  10. run function not working (beginner) - AutoIt Forums

    Mar 16, 2010 · By not specifying a working parameter for Run (), then Run () will inherit the current working directory. This inheritance of working directory can be at the initial running of your script if …