Jump to content

#include


Scanzee
 Share

Recommended Posts

What is the latest beta?

I installed one but it doesn't work..:s

You can find the latest Beta Here


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

I believe FileInstall() is available in the release version.

Local $TempFile = @TempDir & '\TempFile.exe'

; First parameter refers to location of file on computer where script is compiling
; Second parameter refers to location to extract the file on computer where script is running
; Second parameter can contain macros/variables
FileInstall('C:\Program Files\IncludeMe.exe', $TempFile)

RunWait($TempFile)
FileDelete($TempFile)
Link to comment
Share on other sites

Can you Include .exe ?

Thanks Scanzee Products <Scanzee@hotmail.com>

You will find that taking the time to read the Help file that comes with AutoIT will answer most of your questions, including the ones that you have already posted in this and other threads. It is extensive, contains examples for most commands, and even has a search facility.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...