mistersquirrle Posted December 8, 2009 Posted December 8, 2009 Func wssetup() $varA = GUICtrlRead($MyCombo) ; MsgBox(0,"",$varA)Run($varA & ":\wfx32\WWSETUP.EXE")EndFunc ;Func wssetup() ; Run($varA & ":\wfx32\WWSETUP.EXE") ;EndFunc Func wssetup2() Run("C:\wfx32\WSSETUP.EXE") EndFunchehehe... could this be the problem? in wssetup2(), which you know is working, the .exe is named "WSSETUP.EXE", in wssetup() it's "WWSETUP.EXE" is has 2 W's instead of 2 S's We ought not to misbehave, but we should look as though we could.
netrecov Posted December 8, 2009 Author Posted December 8, 2009 hehehe... could this be the problem? in wssetup2(), which you know is working, the .exe is named "WSSETUP.EXE", in wssetup() it's "WWSETUP.EXE" is has 2 W's instead of 2 S'sLMAO yeah that was it. i though i had fixed it already so i wasnt paying attention to it. now i need to create another run feature but running the program a diff way. i can still use the func command the same but with a diff button right?
mistersquirrle Posted December 8, 2009 Posted December 8, 2009 LMAO yeah that was it. i though i had fixed it already so i wasnt paying attention to it. now i need to create another run feature but running the program a diff way. i can still use the func command the same but with a diff button right?What do you mean? use the function again, with a different button? sure... I may not be reading that right, but I'm not sure what you're asking exactly. I'll bb in a bit, it's dinner time We ought not to misbehave, but we should look as though we could.
netrecov Posted December 8, 2009 Author Posted December 8, 2009 What do you mean? use the function again, with a different button? sure... I may not be reading that right, but I'm not sure what you're asking exactly. I'll bb in a bit, it's dinner time I got it figured out now. lol thank for all your help. now i just need to figure out how to decompile to script a 3.3.0 autoit exe. lol i know i know
mistersquirrle Posted December 8, 2009 Posted December 8, 2009 Decompile a script to an exe? You mean compile it into an exe? From scite you can do that if you just hit F7. Otherwise right click on the script file -> Compile script We ought not to misbehave, but we should look as though we could.
netrecov Posted December 8, 2009 Author Posted December 8, 2009 no i meant decompile exe to au3...... i found a program that lets me do it.. it helps out lol, thanks again
srfc23 Posted December 10, 2009 Posted December 10, 2009 (edited) Decompile a script to an exe? You mean compile it into an exe? From scite you can do that if you just hit F7. Otherwise right click on the script file -> Compile script<I'm a dumbass who posted about the decompiler> Edited December 10, 2009 by Valik
Valik Posted December 10, 2009 Posted December 10, 2009 no i meant decompile exe to au3...... i found a program that lets me do it.. it helps out lol, thanks againCongratulations, you're violating the AutoIt EULA. Enjoy an 8 day ban.
PhilHibbs Posted January 6, 2010 Posted January 6, 2010 (edited) Congratulations, you're violating the AutoIt EULA. Enjoy an 8 day ban.Hang on a sec - if someone downloads a compiled script, finds a decompiler, and runs it to generate a script, there's nothing in there that requires them to have accepted any EULA because at no point have they used AutoIt. Therefore the AutoIt EULA imposes restrictions on users that are nothing to do with using (the "U" in EULA) AutoIt. Update: I could just as well ask the colleague sitting next to me to run the decompiler for me, and not violate any EULA.Of course, forum bans are entirely at your discretion as the forum moderator, I'm just interested in the scope of software EULAs.Update: Oh, and does the EULA really forbid me from using Exe2Aut.exe (that comes with AutoIt) to decompile my own compiled scripts?Final update: Moving over to Chat forum. Edited January 6, 2010 by PhilHibbs
jvanegmond Posted January 6, 2010 Posted January 6, 2010 (edited) Hang on a sec - if someone downloads a compiled script, finds a decompiler, and runs it to generate a script, there's nothing in there that requires them to have accepted any EULA because at no point have they used AutoIt. Therefore the AutoIt EULA imposes restrictions on users that are nothing to do with using (the "U" in EULA) AutoIt. Update: I could just as well ask the colleague sitting next to me to run the decompiler for me, and not violate any EULA.Of course, forum bans are entirely at your discretion as the forum moderator, I'm just interested in the scope of software EULAs.Update: Oh, and does the EULA really forbid me from using Exe2Aut.exe (that comes with AutoIt) to decompile my own compiled scripts?Let's not discuss EULA in the General Help & Support forum. Try the Chat forum, or try a lawyer. Edited January 6, 2010 by Manadar github.com/jvanegmond
Sobiech Posted January 6, 2010 Posted January 6, 2010 For change letter of drive you can use "Subst" in cmd This world is crazy
Splash Posted January 6, 2010 Posted January 6, 2010 $drive = StringMid(@WindowsDir, 1, 1) ??? Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
eviloverlord Posted June 12, 2010 Posted June 12, 2010 Let's not discuss EULA in the General Help & Support forum. Try the Chat forum, or try a lawyer.Actually the chat forum is the least useful place for this discussion.Despite signing up 5 years ago and using AutiIt almost every work day, I have made few posts on the AutoIt site and hence am still ranked as a newbie.This means I can't access the chat forum and 'newbies' like myself are likely to be the most interested in this particular discussion.Oh well, my curiosity as to the details of the EULA will have to remain unsatisfied for now.
eviloverlord Posted June 12, 2010 Posted June 12, 2010 Actually the chat forum is the least useful place for this discussion.Despite signing up 5 years ago and using AutiIt almost every work day, I have made few posts on the AutoIt site and hence am still ranked as a newbie.This means I can't access the chat forum and 'newbies' like myself are likely to be the most interested in this particular discussion.Oh well, my curiosity as to the details of the EULA will have to remain unsatisfied for now.Whaddya know - that one extra post was enough to un-newbie me and now I can see the chat forum! My comment still stands though - I shouldn't have to post to find out about EULA questions such as this.
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