rrrm99 Posted July 14, 2007 Posted July 14, 2007 Inetget("http://twradio.net/listen.asx?format=download", "C:\file.asx", 0, 1) If @Inetgetactive = 0 Then Run("C:\file.asx") Endif for some reason it cant run the file i tried putting the file where the script is and doing Run("file.asx") i tried putting the whole path to it but it still wont work why wont it work???
Developers Jos Posted July 14, 2007 Developers Posted July 14, 2007 Inetget("http://twradio.net/listen.asx?format=download", "C:\file.asx", 0, 1) If @Inetgetactive = 0 Then Run("C:\file.asx") Endif for some reason it cant run the file i tried putting the file where the script is and doing Run("file.asx") i tried putting the whole path to it but it still wont work why wont it work???because a .asx files cannot be executed... you want to run the associated application. Check the helpfile for ShellExcecute() SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
rrrm99 Posted July 14, 2007 Author Posted July 14, 2007 (edited) so Run() can only execute .exe files? and thanks Shellexecute() works Edited July 14, 2007 by rrrm99
Zedna Posted July 14, 2007 Posted July 14, 2007 so Run() can only execute .exe files?Yes only executables or batch files: EXE,COM,BAT,PIF,CMD as far as I know. Resources UDF ResourcesEx UDF AutoIt Forum Search
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