randomboy Posted July 31, 2006 Posted July 31, 2006 Is there a way to automatically excecute a program once it has been downloaded? I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Xenobiologist Posted July 31, 2006 Posted July 31, 2006 (edited) Hi, you can write a script, thats downloads a file and checks whether it is complete and then starts it. So long, Mega Edited July 31, 2006 by th.meger Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
randomboy Posted July 31, 2006 Author Posted July 31, 2006 Hi,you can write a script, thats downloads a file and checks whether it is complete and then starts it.So long,MegaWould it be in the help file? I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Xenobiologist Posted July 31, 2006 Posted July 31, 2006 Would it be in the help file?HI, yeah the needed funcs are all in the helpfile. What URL, what file to download?So long,MegaPS: Have a look at InetGet first. Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
randomboy Posted July 31, 2006 Author Posted July 31, 2006 Basically I'm trying to create a program with Auto It v3 that when users connect to my site, they can download the program and it will run automatically once the download has finished. I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
rambo3889 Posted July 31, 2006 Posted July 31, 2006 The download and executing is easy $place="Your place.exe" Inetget("THe url",$place,0,1) run($place) THis should work by inetget stops when the downloading is complete and then run it My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
Xenobiologist Posted July 31, 2006 Posted July 31, 2006 Basically I'm trying to create a program with Auto It v3 that when users connect to my site, they can download the program and it will run automatically once the download has finished.Hi,I don't that this is possible. But you can script a downloader which downloads your script and executes it as mentioned above. So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
/dev/null Posted July 31, 2006 Posted July 31, 2006 Basically I'm trying to create a program with Auto It v3 that when users connect to my site, they can download the program and it will run automatically once the download has finished.You mean like Dialer software or Spyware?CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
randomboy Posted July 31, 2006 Author Posted July 31, 2006 No. I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
/dev/null Posted July 31, 2006 Posted July 31, 2006 No.Ah, O.K. then you mean like a virus, or why do you want to start the program without intervention of the user?? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
randomboy Posted July 31, 2006 Author Posted July 31, 2006 So the user doesn't have to. I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
eynstyne Posted July 31, 2006 Posted July 31, 2006 Why autorun? How hard is it for a user to click open file in Firefox / IE or any browser! Explain this more. This is very vague... F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
Paulie Posted July 31, 2006 Posted July 31, 2006 So the user doesn't have to.Personally, I'd rather have to go through all the trouble of clicking 'Run' or 'Save' versus having some unknown program auto-running and doing who-knows-whatSorry, even if your intentions are good, someone with bad intentions could take knowledge like this and create a really destructive programBut i don't think it's possible anyway, unless you have another script that the user started that allows the other program to start which is just counter-productiveHow can you include something in a file that makes it run, when the file needs to run before the part that causes it to run runsdoes that make sense?
/dev/null Posted July 31, 2006 Posted July 31, 2006 does that make sense?To me it makes sense CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Paulie Posted July 31, 2006 Posted July 31, 2006 To me it makes sense CheersKurtGood, because it was confusing me
Minion Posted July 31, 2006 Posted July 31, 2006 there used to be some good old ActiveX EXPLOITS that did this back in the day, but most of those are dead. Plus, they were EXPLOITS! You cannot do this legitimately.
Xenobiologist Posted July 31, 2006 Posted July 31, 2006 I think this thread is dead. It isn't possible and even when it was, nobody would appreciate doing it. As I mentioned above, if the users have to download often new releases, then build an updater Script, which can download the new file and run it automatically. So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
(^_^) Posted July 31, 2006 Posted July 31, 2006 (edited) How can you include something in a file that makes it run, when the file needs to run before the part that causes it to run runs does that make sense?it makes sense untill you actully read it but i know what ur saying Edited July 31, 2006 by (^_^) [center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center]
BPBNA Posted July 31, 2006 Posted July 31, 2006 (edited) randomboy also has a post about _IsPressed...http://www.autoitscript.com/forum/index.php?showtopic=30102Keyloggers are bad. Edited July 31, 2006 by BPBNA
Bert Posted July 31, 2006 Posted July 31, 2006 Can a Mod close this thread? This is getting into areas we should stay away from. The Vollatran project My blog: http://www.vollysinterestingshit.com/
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