Shifthappens Posted December 27, 2007 Posted December 27, 2007 (edited) 1) Is it possible to make Autoit read from an online text file? Preferrably .txt 2) When I compile my script and choose an icon, the icon isn't attached to the exe file, not when on the bottom right of screen, or just on the file. Any ideas on how to fix this? Edit: 3) Is it possible to make autoit play a sound file? Also, if it's possible, is it also possible to make it stop the sound file? Edited December 27, 2007 by Shifthappens
Nevin Posted December 27, 2007 Posted December 27, 2007 3) Look at Sound* and _Sound* functions in the help index.
Shifthappens Posted December 27, 2007 Author Posted December 27, 2007 3) Look at Sound* and _Sound* functions in the help index.Thank you, any ideas on 1 and 2?
Supa Ben Posted December 27, 2007 Posted December 27, 2007 1) Is it possible to make Autoit read from an online text file? Preferrably .txtHave you tried INGet? It should download the file, then perhaps you could use File Read to read it.
Shifthappens Posted December 27, 2007 Author Posted December 27, 2007 Have you tried INGet? It should download the file, then perhaps you could use File Read to read it.I want to use Autoit only to read from things, but thanks for the suggestion.
DW1 Posted December 27, 2007 Posted December 27, 2007 (edited) I think he means InetGet() which is a function built into autoit for downloading files. Edited December 27, 2007 by danwilli AutoIt3 Online Help
Nevin Posted December 27, 2007 Posted December 27, 2007 Might as well download and read it until you get an answer I guess..
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