Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/14/2013 in all areas

  1. James

    Autoit Future

    Sorry, but ac1dm4n your post is full of stupid. Firstly, this is an English speaking forum, at least try to make it look like English. Seriously? You have no idea. The same could be said for multiple languages. It's called evolution and adaption. Look at C, Javascript, Visual Basic etc, they all grow with the needs of the community and the languages users. If AU4 isn't backwards compatible, you don't upgrade, nobody forces you to. One of the great features of AutoIt is that you can run multiple versions side by side, therefore, even you install v4 by v3, you can still run old scripts. Edit: Sorry that this post was a tad rude.
    2 points
  2. PhoenixXL

    dos

    I dont believe there is any point of echo for using with _RunDOS its for executing command that have any effect on the system (correct me if im wrong)
    1 point
  3. PhoenixXL

    dos

    Should be something like this #include <Process.au3> Local $var = FileSelectFolder("Choose a folder.", "") If @error Then MsgBox(4096, "", "No Folder(s) chosen") Exit Else _RunDos("echo " & $var) EndIfPlus have you seen that it is a hidden window according to the help file
    1 point
  4. ColinRH, I have changed your member group so there is no longer a 5 post limit for the first 24 hours - I get the feeling that it might have come into play. And although I do not particularly seek "Like"s, see if that works now too!. M23
    1 point
  5. Add style to gui GUICreate("Guitar Notes Memorizer", 1302, 146, Default, Default,$WS_POPUP) Add hotkey exit func HotKeySet("{ESC}","_Exit") Func _Exit() Exit EndFunc
    1 point
  6. 1 point
  7. looks awesome thanks for helping out czardas
    1 point
×
×
  • Create New...