jaenster Posted February 1, 2006 Posted February 1, 2006 Can you make a Tcp/Ip Conntecion in autoIT ? So , if its true , How ? ^^ an any give some examples? -jaenster
Helge Posted February 1, 2006 Posted February 1, 2006 Yes you can, if you've downloaded the latest beta. There's all you need, including examples.
jaenster Posted February 1, 2006 Author Posted February 1, 2006 Oh thank you Beta version got not strange errors that not beta version get with the old commados? -jaenster
Helge Posted February 1, 2006 Posted February 1, 2006 I don't think you will have any problems using it.
jaenster Posted February 1, 2006 Author Posted February 1, 2006 k ty , Some other qeust , If i use scite.. beta and normal , What version does scite use? Beta version or normal , Beta is the last one that i has instaled..? -jaenster
Helge Posted February 1, 2006 Posted February 1, 2006 You can easily select what version to choose.. no problem.
Josbe Posted February 1, 2006 Posted February 1, 2006 How ? I am noobDue that reason, read the helpfile. Check in Scite the menu "TOOLS" and look the options. For example:Scite Config --> CTR+1 AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
JSThePatriot Posted February 1, 2006 Posted February 1, 2006 With SciTE you can run the regular AutoIt with F5, and to Run Beta you press ALT+F5. You can also switch which definitions are used.. I dont remember the hotkey, but just take a peek in the different menu's I am sure you will find it. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
jaenster Posted February 1, 2006 Author Posted February 1, 2006 Any why , The syntax of beta ? Does it is in it ? Do i got "tcpconnect" is blue or something ? -jaenster
skippynz Posted February 1, 2006 Posted February 1, 2006 With SciTE you can run the regular AutoIt with F5, and to Run Beta you press ALT+F5.You can also switch which definitions are used.. I dont remember the hotkey, but just take a peek in the different menu's I am sure you will find it.JSabout that - i have both the latest beta and original with scite and when i try and run a script in normal mode that has like #include <date.au3> or #include <process.au3> i get an error - but if i run via beta its fine. is this a bug ?? cause if i dont have any #includes it works ok
Developers Jos Posted February 1, 2006 Developers Posted February 1, 2006 about that - i have both the latest beta and original with scite and when i try and run a script in normal mode that has like #include <date.au3> or #include <process.au3> i get an error - but if i run via beta its fine. is this a bug ?? cause if i dont have any #includes it works okIs correct... check the errors it generates and you know that in the includes some BETA fnctins are used. 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.
seandisanti Posted February 1, 2006 Posted February 1, 2006 Oh thank you Beta version got not strange errors that not beta version get with the old commados?$wtf = "Beta version got not strange errors that not beta version get with the old commados?" StringDecrypt($wtf)
flaxcrack Posted February 1, 2006 Posted February 1, 2006 Guys my out put is coming out all funny for cameronsdad code. ;My Code $wtf = "Beta version got not strange errors that not beta version get with the old commados?" $x = StringDecrypt($wtf) ConsoleWrite($x) ;The Console ERROR! ERROR! ERROR! RTFM! [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
seandisanti Posted February 1, 2006 Posted February 1, 2006 Guys my out put is coming out all funny for cameronsdad code. ;My Code $wtf = "Beta version got not strange errors that not beta version get with the old commados?" $x = StringDecrypt($wtf) ConsoleWrite($x) ;The Console ERROR! ERROR! ERROR! RTFM! nice. i'm thinking of putting my code snippet into my sig, what do you think?
flaxcrack Posted February 1, 2006 Posted February 1, 2006 nice. i'm thinking of putting my code snippet into my sig, what do you think?Great idea! I wonder if you could make a UDF out of it... [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
seandisanti Posted February 1, 2006 Posted February 1, 2006 Great idea! I wonder if you could make a UDF out of it...don't know if i'd go that far, smoke_n's sig code has it beat as far as a sig-UDF.
flaxcrack Posted February 1, 2006 Posted February 1, 2006 don't know if i'd go that far, smoke_n's sig code has it beat as far as a sig-UDF.I think you should change your sig. [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
JSThePatriot Posted February 1, 2006 Posted February 1, 2006 Yes like JdeB said. The reason it has error'ed out on those include files is because each of those have some beta functions in them. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
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