Jump to content

spt

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by spt

  1. go read the autoit v3 help file. Might help a bit
  2. if it dont work, tinker with it a bit, and maybe then it will work lol either that or give bill gates a call
  3. id like to see a SMTP mailer or something like those PHP mailers.... :-\ also some basic server/client commands would be kool. hard tho.
  4. hehe nice, problem is i dont really know much more than basic C++ commands such as cout, cin, and stuff like that..
  5. if it gets too long for the Progress Bar i think the end will display as ... doenst really matter, unless its important that you must see it.... Otherwise dont get bent out of shape about it.
  6. never used it. heres what help file says about it: 'Refreshes the OS environment. ' i think it has to do with EnvSet
  7. be sure to use a LOT of comments too it will make things a lot easier to edit later....... trust me.
  8. Yeah... in v3 final there will be a decompiler...... They should really ditch the passphrase thing though, cuz thats cheesy.... Someone could use a password cracking program to crack that so easy..... It should be like C++ where u need the source to edit the program..... and if they decompile it, they have to read it in Machine Code
  9. or u can have it check for a filename on the cd (maybe)
  10. i just recently started learning PHP... ive known AutoIt v2 for a LONG time, and im now starting to understand v3 pretty well..... how do functions work?
  11. heres how its done ;; Example;; AutoItSetOption ( "ExpandEnvStrings", 1) ;; Lets you use variables like in v2 $var = "blahblah" MsgBox(0, "AutoIt", "Here is the variable: %var%") Exit this is really just a VERY basic example i guess. When you use %varname% be sure you put it between "..." cuz i dont know if %varname% will work outside the quotes, just like $varname wont work inside the quotes hope this helped
×
×
  • Create New...