bigbangnet Posted February 17, 2012 Posted February 17, 2012 hello guys I'm currently brainstorming for a project that I will work on shortly. But first I just need to know if its possible to include files when I compile my script. This way if a given pc doesn't have that specific file I could use the one in the script. This should help a lot in certain situations. But there's another problem, if thats possible, will there be any problems with "copyright" issues. For example, I was thinking of including lots of network tools and create a simple gui interface with autoscript that way i could use all those network tools in 1 place. Those tools, on top of my head, would be ping(), nslookup, nmap and all those "standard" tools in a network environment would need to work with. In other words if a pc doesn't have nmap or ping.exe for whatever reason, the script will handle it. ** Warning **Noobie ahead. handle with caution
DW1 Posted February 17, 2012 Posted February 17, 2012 FileInstall() is probably what you are looking for. As for the copyright issues, that is on you. You will need to know the EULA for each file you want to include. AutoIt3 Online Help
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now