About 189,000 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 …

  2. Launching Programs - AutoIt General Help and Support - AutoIt …

    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 …

  3. 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

  4. Startup Programs - Change | Tutorials

    Jul 12, 2009 · Through the Program Itself NOTE: Some programs may have a setting in them to allow it to run at startup or not. You will need to consult the program's documentations on how …

  5. 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. …

  6. How can I make a program start when another program opens?

    Jul 28, 2015 · Sorry I am new to Autoit, what do I put in the ()? Also this will run when a program starts until it exits?

  7. Run as Different User Shortcut - Create for Specified Program and …

    Dec 13, 2016 · This will show you how to create a Run as different user shortcut that will run a program specified by you as a specified user on the Windows 7 and Vista computer. The user …

  8. Run As Administrator and program password - AutoIt Forums

    Dec 13, 2021 · We have a program installed on a stand-alone server and when it reboots, someone needs to login and actually run as administrator and login to the program for it to …

  9. Programs and Documents - Run at User Logon | Tutorials

    Oct 22, 2013 · How to Run Specific Programs and Documents at User Logon in Vista, Windows 7, and Windows 8

  10. Function RunAs - AutoIt

    After running the requested program the script continues. To pause execution of the script until the spawned program has finished use the RunAsWait () function instead. Providing the …