Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/10/2012 in all areas

  1. $text = InputBox( "Folder", "Type the folder name" ) DirCreate( @DesktopDir & "" & $text ) I suggest browsing the Example section of the forum. Find a script that interests you. (preferably one commented a lot) Run it, then read the entire script and figure out which part does what. That's a super-quick way to get a head start. That's what I did. After that, browse the help file. It's insanely detailed.
    1 point
  2. So you only added the folder to SciTE? You'll have to add it to AutoIt too. Open the helpfile, go to #include. It tells you which registry key to add your folder to.
    1 point
×
×
  • Create New...