I want to run an application which is located in the following directory:
C:\LCR 12\stu.exe
With AutoIt, what would be the code to run the above stu.exe file?
Like this:
Run("C:\LCR 12\stu.exe")
Hope this is what you were after.
You can do by using a variable as below:
Local $exeLocation = "C:\LCR 12\stu.exe"
Run($exeLocation)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With