Jump to content

Run a file with a semi-unknown path


Go to solution Solved by JohnOne,

Recommended Posts

Posted

Why not just include both of the .reg files with your script (if compiling it to an executable) and put them wherever you want to put them when your script runs (at runtime) via the built-in FileInstall function?

Posted

Why not just include both of the .reg files with your script (if compiling it to an executable) and put them wherever you want to put them when your script runs (at runtime) via the built-in FileInstall function?

Wow I had no idea about this :o.

But I am not sure if the user will be able to open the .reg file and see what's inside of it?

Would prefer this for them to feel more safe about running it. 

Sure looks awesome though

Posted

This is one of the many great advantages of using AutoIt, you can include all of the required files that your script will need at runtime and you only need to deploy a single .exe file.

Posted

so just

#include <thefileiwanttoinclude.extention>

Shellexecute(thefileiwanttoinclude.extention)

or do you mean with fileinstall?

Okay I will try to look into all this when the program is more ready..

Really learning here :D awesome

Posted

Oh damn, I could even readreg, and say "sorry this problem has already been fixed" if certain value else

apply changes??? :o WOW

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
  • Recently Browsing   0 members

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