walle Posted November 27, 2006 Posted November 27, 2006 Hey! I'm using the torrent tracker Utorrent, and it got a features that it lauches a .exe file after the torrent file downloaded. I notice that it wont load .exe converted files that I'm converted from .au3. Tried thousand of other .exe, and even converted .bat -->.exe and all of them work. What's wrong, can i converted them in some other way?
James Posted November 27, 2006 Posted November 27, 2006 ? So your saying that, Utorrent wont open your .exes? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
walle Posted November 27, 2006 Author Posted November 27, 2006 ? So your saying that, Utorrent wont open your .exes?True, It wont start .exe files converted from .au3
Moderators SmOke_N Posted November 27, 2006 Moderators Posted November 27, 2006 Just changing the extension of a file doesn't make it the type of file you are changing the extension to. Use the Compiler in SciTe (under tools) to compile and make it an actual .exe. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
walle Posted November 27, 2006 Author Posted November 27, 2006 Just changing the extension of a file doesn't make it the type of file you are changing the extension to.Use the Compiler in SciTe (under tools) to compile and make it an actual .exe.Used Autoit's complier when I converted into .exe
James Posted November 27, 2006 Posted November 27, 2006 So, even though youv'e actually used the converter, its still not working? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
MHz Posted November 27, 2006 Posted November 27, 2006 Used Autoit's complier when I converted into .exeSo you downloaded an au3 file?
walle Posted November 27, 2006 Author Posted November 27, 2006 So you downloaded an au3 file?Made it myself, works like a charm =/
MHz Posted November 27, 2006 Posted November 27, 2006 An au3 file needs an interpreter to run., If you need further help then we may need to see your script that launches this executable to evaluate it further.
Paulie Posted November 27, 2006 Posted November 27, 2006 (edited) If I'm understanding this correctly, you made an .au3 file in autoit and it works, but you want to compile it to .exe so you could have it run from uTorrent. so you then used AutoIt's converter to convert it to an .exe, but it still won't work in your torrent thing. Am I on the right track? If so, one thing that might be worth trying is removing the UPX Compression on the .exe when you compile it. Not sure it will work, but it couldn't really hurt anything to try. Edited November 27, 2006 by Paulie
walle Posted November 27, 2006 Author Posted November 27, 2006 Oki, How do I remvoe the "UPX compression"? Btw, thanks for the help
mikehunt114 Posted November 27, 2006 Posted November 27, 2006 Oki, How do I remvoe the "UPX compression"? Btw, thanks for the help Under the Compression menu in Aut2Exe, uncheck UPX Compress .exe stub. IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
P388l3s Posted November 27, 2006 Posted November 27, 2006 I know that uTorrent is also packed with UPX maybe it's an incompatibility with 2 UPX's running together, just guessing
walle Posted November 27, 2006 Author Posted November 27, 2006 (edited) kk, thx for the information Well, don't think we gonna solve this, so start working on a "Work around". For the moment I'm using a converted .bat file that will open my converted .au3 file. But the thing is, my script uses the command "@scriptname", and I changes the scripts name everytime I use it. So every time I need to change the scipts titel/name I need to change the .bat file and then recomplie it. Very frustrating! Edit: Is there a function that could reconise if the torrent file has finshed downloading?? Edited November 27, 2006 by walle
Recommended Posts