Zithen Posted September 28, 2005 Posted September 28, 2005 I dont know if it is posible to add a picture file to a compiled au3, so that way when u run the script it will extract that pic if it is not found on the pc in a location? only other way i can think of doing it is putting the pic on the web and having the script download it.
MSLx Fanboy Posted September 28, 2005 Posted September 28, 2005 (edited) I believe someone did that once before with Resource hacker...I believe it was just @ScriptFullPath & ' %1' or something like that...i'll search in a minuteLinkage Edited September 28, 2005 by MSLx Fanboy Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
AutoChris Posted September 28, 2005 Posted September 28, 2005 I dont know if it is posible to add a picture file to a compiled au3, so that way when u run the script it will extract that pic if it is not found on the pc in a location? only other way i can think of doing it is putting the pic on the web and having the script download it. I think what you are looking for is already a function in AutoIt. The link above is for adding a pic to your script without the pic being extracted. However, you specifically state that you want your pic extracted to the PC. Check out FileInstall--this is probably what you are looking for.
Valuater Posted September 28, 2005 Posted September 28, 2005 I think what you are looking for is already a function in AutoIt. The link above is for adding a pic to your script without the pic being extracted. However, you specifically state that you want your pic extracted to the PC. Check out FileInstall--this is probably what you are looking for.the post by MSLx Fanboy is for Icons only ... not picsand as i understand... Fileinstall does leave the pics on the computerif it doesn't need to .... i would like to know how8)
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