| Author |
Message |
Forum: Scripts Topic: AHK CopyPassage v2.0 |
| afterburner |
|
Posted: October 26th, 2006, 8:11 am
|
|
Replies: 60 Views: 17324
|
| You're correct. How about substituting ":" for a space in naming files. |
|
 |
Forum: Scripts Topic: AHK CopyPassage v2.0 |
| afterburner |
|
Posted: October 25th, 2006, 4:02 pm
|
|
Replies: 60 Views: 17324
|
| I have noticed that this awesome script does not allow saving with ":" character. Is it possible to allow the script to allow it? If so how can this be done? Note: May I again say how greatful I am that you created this script I use it every day without fail. I wish I had more knowledge th... |
|
 |
Forum: Suggestions Topic: Add: User Needs Solution and Question Answered |
| afterburner |
|
Posted: September 18th, 2006, 11:58 pm
|
|
Replies: 3 Views: 636
|
| Well, I'm sure I was not the first to think of it. If you and the other giants of AHK haven't worked it out I'll have to agree then. I've attempted that different topic thing. The challange that this brings is that it creates way more not-so-useful-info when one is searching for an answer to a spcif... |
|
 |
Forum: Suggestions Topic: Add: User Needs Solution and Question Answered |
| afterburner |
|
Posted: September 18th, 2006, 5:34 pm
|
|
Replies: 3 Views: 636
|
| Suggestion: I would like to suggest we add a way to let others know if the Help question asked was answered for the user. Here is why: You may receive a few suggested answers and you still may not have the answer you need. Then no one else ever posts additional suggestions. I think it might be beca... |
|
 |
Forum: Support Topic: Folder View Group Change |
| afterburner |
|
Posted: September 4th, 2006, 6:15 pm
|
|
Replies: 3 Views: 697
|
| Windows OS allows you to view a folder in different ways. Detail view is one I like. I know how to manually change that setting for individual folders and I know how to manually change that for all folders. (below) Tools --> Folder Options... --> View [Select] "Apply to All Folders" What I... |
|
 |
Forum: Support Topic: output file names from within a WinRar |
| afterburner |
|
Posted: May 2nd, 2006, 5:52 pm
|
|
Replies: 2 Views: 709
|
| Has anyone written a script to output the file names held with in a Winrar file? I did a search and did not come up with this exact request. I looked with in the Catalog also and I believe I did not see anything. If I'm wrong or if anyone can help let me know. I do know how to output files to a text... |
|
 |
Forum: Utilities Topic: OpenLaszlo - Open source rich content xml/flash cms |
| afterburner |
|
Posted: April 27th, 2006, 7:09 am
|
|
Replies: 5 Views: 2380
|
| I vote for LaszloTheWise. |
|
 |
Forum: Support Topic: Help a beginner with Gui Menu |
| afterburner |
|
Posted: April 9th, 2006, 9:11 pm
|
|
Replies: 6 Views: 965
|
| More questions: 1. Is the word "MenuHandler" part of AutoHotkey syntax or is that user defined? 2. What syntax woud I use if I wanted more than one item on the menu bar? (File, Edit, View, Help) 3. Will I need a word/MenuHandler for each item on the menu bar if I have more than one item? |
|
 |
Forum: Support Topic: Help a beginner with Gui Menu |
| afterburner |
|
Posted: April 9th, 2006, 7:54 pm
|
|
Replies: 6 Views: 965
|
| (With pie on my face) Thank you for piecing it together for me again PhiLho I seem to count on you alot. |
|
 |
Forum: Support Topic: Help a beginner with Gui Menu |
| afterburner |
|
Posted: April 9th, 2006, 11:07 am
|
|
Replies: 6 Views: 965
|
| I d/l SmartGUI, it's awesome. Yet I did not see any info about how to create a Menu Bar control. I used the code out of the help files but it gives me an error on the first line of the Menu stuff. So what have I misunderstood this time? Help! |
|
 |
Forum: Support Topic: Help a beginner with Gui Menu |
| afterburner |
|
Posted: April 8th, 2006, 9:43 am
|
|
Replies: 6 Views: 965
|
| How do I place a Menu bar on a GUI? Here is my code and it does not work: Gui, Add, GroupBox, x3 y14 w894 h8 , Gui, Show, x61 y35 h659 w902, test Menu, FileMenu, Add, &Open, MenuHandler Menu, FileMenu, Add, E&xit, MenuHandler Menu, HelpMenu, Add, &About, MenuHandler Menu, MyMenuBar, Add,... |
|
 |
Forum: Support Topic: How can I retrieve file names in folder |
| afterburner |
|
Posted: April 4th, 2006, 12:12 am
|
|
Replies: 10 Views: 852
|
| That did the trick thank you guys so much. ;loops through all files in My Documents Loop ,C:\Documents and Settings\-\My Documents\*.*,1,1 { ;FileAppend creates text file, %A_index% = numbers each file ;%A_LoopFileLongPath% = places the full path name and file name ;last part places info into t... |
|
 |
Forum: Support Topic: How can I retrieve file names in folder |
| afterburner |
|
Posted: April 3rd, 2006, 11:39 pm
|
|
Replies: 10 Views: 852
|
Quote: save this code to the folder that you want to retrieve files names and run it from there.!
That did the trick.
How can I get the script to do the same thing without being in the same folder? |
|
 |
Forum: Support Topic: How can I retrieve file names in folder |
| afterburner |
|
Posted: April 3rd, 2006, 9:12 pm
|
|
Replies: 10 Views: 852
|
| I attempted to do what you said. I navigated to this location C:\Documents and Settings\-\Local Settings\Temp to see if it the file was there I could not find it there. I inserted the msgbox into the script and ran it to see if the result would be different. !F1:: Loop ,C:\My Documents\*.*,1,1 {... |
|
 |
Forum: Support Topic: How can I retrieve file names in folder |
| afterburner |
|
Posted: April 3rd, 2006, 10:43 am
|
|
Replies: 10 Views: 852
|
| Thank you for your help, I used the code you posted but either it did not work or I cannot find the file it created. Mind you I'm still a novice at this script stuff. I did some more research and came up with this: Run Notepad WinWait ahk_class Notepad WinActivate ahk_class Notepad WinWaitActive Loo... |
|
 |
| Sort by: |