ludocus Posted May 20, 2008 Posted May 20, 2008 (edited) Hi!,I thought it was nice to create something for people who don't know how to script but do want to make something/Well with this program its possibleit even has a creater!download herethe zip file contains:HandyScript Runner.au3HandyScript Creater.au34 examples!Enjoy!comments are welcome MiscConstans is needed. Find it in my sig.HandyScript.zip Edited December 7, 2009 by ludocus
Kip Posted May 20, 2008 Posted May 20, 2008 yeah, not everyone has MiscConstants.au3 in their Includes directory MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
TnTProductions Posted May 20, 2008 Posted May 20, 2008 #include <MiscConstants.au3> you might want to tell people where to get this or fix the problem becuase it seems its not allowing anyone to use your script "FREEDOM is not FREE""Its a good thing war is so terrible, or we grow too fond of it" -Robert E. Lee[quote]Firestrom: global $warming = False[/quote]My scripts:Desktop Cleaner---->Total Downloads:167;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;111111;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;"a wise man once said why use your skills when we have technology"
DexterMorgan Posted May 20, 2008 Posted May 20, 2008 #include <MiscConstants.au3> you might want to tell people where to get this or fix the problem becuase it seems its not allowing anyone to use your scriptI found it... http://www.autoitscript.com/forum/index.php?showtopic=71394 I think that is it.. Im going to try it out now. code
DexterMorgan Posted May 20, 2008 Posted May 20, 2008 It says there is an error on line 35 of miscconstants.au3 ? I would fix it but I dont know the problem.. code
TnTProductions Posted May 21, 2008 Posted May 21, 2008 I found it... http://www.autoitscript.com/forum/index.php?showtopic=71394 I think that is it.. Im going to try it out now.good work "FREEDOM is not FREE""Its a good thing war is so terrible, or we grow too fond of it" -Robert E. Lee[quote]Firestrom: global $warming = False[/quote]My scripts:Desktop Cleaner---->Total Downloads:167;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;111111;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;"a wise man once said why use your skills when we have technology"
TnTProductions Posted May 21, 2008 Posted May 21, 2008 why would you post a script with an error in it? i got error too "FREEDOM is not FREE""Its a good thing war is so terrible, or we grow too fond of it" -Robert E. Lee[quote]Firestrom: global $warming = False[/quote]My scripts:Desktop Cleaner---->Total Downloads:167;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;111111;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;"a wise man once said why use your skills when we have technology"
ACS Posted May 21, 2008 Posted May 21, 2008 The problem is that MiscConstants is trying to redeclare several constants which are already declared. Simply comment out in that file lines 23-28.
TnTProductions Posted May 21, 2008 Posted May 21, 2008 The problem is that MiscConstants is trying to redeclare several constants which are already declared.Simply comment out in that file lines 23-28.nice work figuring out the prob ill try and see if it works "FREEDOM is not FREE""Its a good thing war is so terrible, or we grow too fond of it" -Robert E. Lee[quote]Firestrom: global $warming = False[/quote]My scripts:Desktop Cleaner---->Total Downloads:167;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;111111;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;;;;;;;;;;;1;;;;;;1;;;;;;;;;;;;;;11;;;;;;"a wise man once said why use your skills when we have technology"
ludocus Posted May 21, 2008 Author Posted May 21, 2008 im sorry, thaths a bug, I had that to, Download the newest autoit and there will be no error I forgot to tell you to look at my signature for miscconstants Sorry!
Generator Posted May 21, 2008 Posted May 21, 2008 Downloaded the script and I was able to test it after few modification in the includes. An improvement would be not to use direct path in examples and allow user to browse for files to play.
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