Jump to content

jaenster

Active Members
  • Posts

    649
  • Joined

  • Last visited

About jaenster

  • Birthday 01/21/1991

Profile Information

  • Member Title
    There is no spoon.
  • Location
    The netherlands
  • Interests
    Autoit/programming

jaenster's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. I guess you are learning autoit. Well it is kinda simpel, look at the helpfile or autoit3\Examples\Helpfile\For.au3
  2. _ArrayAdd doens't work with multi dimensional array's. you should do it your self in this case. What makaule said
  3. First i want to ask of it is legal to rip these music files off the radiostation that paid good money for it to broadcast?
  4. I used the process kill thing before in my own script @ my domain , not exactly the same but something like that
  5. Well.. Code of 2005, it is older then the the most users here, Thing is.. cool stuff and so on, but legacy code.. This was for 3.1.x.x ? If you learn autoit a bit you can remake it your self
  6. only when you run that script mainly (Not as an include) But what he said is true. If ya run your program, from c:\ , and you use @scriptdir&"\hi.ini" it is in c:\hi.ini If you ever gonna work with includes, it gonna work a bit harder, It is the current map where you work with Ever saw the command run() ? if you do for example, run("c:\dir\Myprogram.exe","c:\","") Now his workdir is in c:\. This means that @scriptdir = c:\ Someone correct me when i am wrong, didn't used autoit for a long time
  7. a little more info is needed i guess: To where it comes, what goes wrong? what do you think that is wrong? This is like saying "My pc isn't working" so others can guess what isn't working
  8. Can you just calculate with vars? Or what you can with execute? Is it for example possible to do a tcpsend with it? I tryed to read the help file, but it dont explain mutch. Thanks in advanced
  9. nice one
  10. y i care about it Thanks i using it now in some apps that have a tray icon, in the most i disable the tray icon(#notrayicon). So eh.. thanks
  11. Is that Console UI? Didn't knew it was possible, i didn't compile in years so. Thanks Edit: A i see it in aut2exe. Thanks for help all
  12. Google is your friend in a case like this.
  13. Thanks for the reply but that isn't it. Basicly.. i want to put a pipe on cmd to my script. So when i do consolewrite in my script for example, it comes in cmd, witch shows it. Edit: NOTstd(in/out/err), i need the reserve of it
  14. I seen it before with autoit, it was a patch but i dont know how to do it, i forgot and cant find the topic. Where the hack i am talking about? I will explain: I am busy with a project for my cmd.exe . Now i need to run AutoIT with Console (Not that AutoIT opens a new one, but that it writes/reades in the same console as cmd.exe). Some old user know's what i mean, i am sure i have seen it before, it was about patching 1 bit in AutoIT3.exe ^^ Thanks for help if you help me, if not: Help me! -jaenster
  15. Neat! Nice jobs, Can i ask.. how you came on the idea?
×
×
  • Create New...