Jump to content

Recommended Posts

Posted

Hi,

Is there a way to include a file into a compiled autoit exe file?

I have a few dll files that should be copied to the system32 directory of the machines that execute the compiled exe file.

Thanx

//rosa

Posted

Fileinstall function help you!

FileInstall ( "source", "dest" [, flag] )

flag [optional] this flag determines whether to overwrite files if they already exist:

0 = (default) do not overwrite existing files

1 = overwrite existing files

Hi!

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
×
×
  • Create New...