Jump to content

adding files ?


 Share

Recommended Posts

No, i didn't think it would automatically assume to include it, i was just wondering how, and your advice dosn't help. FileInstall("C:\test.au3", "D:\mydir\test.au3") is all it says, by adding that...that dosn't exactly tell it to include a file with it.....

Link to comment
Share on other sites

Welcome to the forums!

The closest working solution to your problem is to extract the necessary files to the user's Temp folder and then delete them either immediately after they're needed or en masse at the end of the script. For all intents and purposes (unless the user looks in their Temp folder while running your compiled script) this is as good as not extracting the files at all, or 'using them internally'.

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