| Author |
Message |
Topic: How can I retrieve file names in folder |
MYYM
Replies: 10
Views: 516
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 9:46 pm Subject: How can I retrieve file names in folder |
| My bet is that the folder "C:\My Documents" doesn't exist ok . another trial. save this code to the folder that you want to retrieve files names and run it from there.!Loop ,%A_ScriptDir%\* ... |
Topic: How can I retrieve file names in folder |
MYYM
Replies: 10
Views: 516
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 8:32 pm Subject: Re: beating my head against the wall |
I still could not find it. What am I missing here?- You need to press Alt+F1 ... did you?
- or maybe you better try this code.. it needs nothing..! just copy and paste and save as an ahk file a ... |
Topic: How can I retrieve file names in folder |
MYYM
Replies: 10
Views: 516
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 7:31 am Subject: Re: How can I retrieve file names in folder |
I would like to retrieve all and any file names including their extentions in mydocuments folder then list them in a text file !F1::
Loop ,C:\My Documents\*.*,1,1
{
FileAppend,%A_ ... |
Topic: Takeover of AutoHotkey |
MYYM
Replies: 12
Views: 925
|
Forum: General Chat Posted: Sat Apr 01, 2006 5:19 pm Subject: Re: Takeover of AutoHotkey |
Oh, and I will rename this software, AutoHotkey sounds corny and too similar to a concurrent...
I am not sure yet of the exact nameWhat about "DeepFrozenKey" .. I think it suits the syntax ... |
Topic: reply to my post to test |
MYYM
Replies: 9
Views: 807
|
Forum: General Chat Posted: Thu Mar 30, 2006 5:22 am Subject: Re: reply to my post to test |
| If anyone could reply once to this thread to test my email notification which has not worked for me for the past couple weeks. Thanks a bunch.Ok .. test!! |
Topic: Need help removing lines from CSV |
MYYM
Replies: 4
Views: 374
|
Forum: Ask for Help Posted: Wed Mar 29, 2006 4:41 am Subject: Re: Need help removing lines from CSV |
| I have a web site that I need to paste text from a CSV file into form fields one line at a time. I can do 10 lines per page then need to submit the form. However, I need to remove the 10 lines I just ... |
Topic: Pictures Matching Game..V2..! |
MYYM
Replies: 16
Views: 1364
|
Forum: General Chat Posted: Tue Mar 28, 2006 8:39 am Subject: Pictures Matching Game..V2..! |
| Nice work (I like the sound effects.) Thanks, i'm glad you like it.! |
Topic: Images inside DLLs |
MYYM
Replies: 8
Views: 1118
|
Forum: Utilities & Resources Posted: Tue Mar 28, 2006 8:37 am Subject: Images inside DLLs |
| Here's a dll for you to play with if you'd like (approx 8k - not upx compressed, approx 5k if you use upx compression). Could be made smaller I guess but I compiled one quickly using defaults (BCX -&g ... |
Topic: Images inside DLLs |
MYYM
Replies: 8
Views: 1118
|
Forum: Utilities & Resources Posted: Tue Mar 28, 2006 8:17 am Subject: Re: Images inside DLLs |
I recently found a way to package images inside DLLs, so that a single DLLs would only need to be supplied with your script instead of many images.
that was the way i used last year to create V1 of ... |
Topic: Change color of right click menu |
MYYM
Replies: 4
Views: 443
|
Forum: Ask for Help Posted: Mon Mar 27, 2006 4:10 am Subject: Re: Change color of right click menu |
Can you change the color of the menu from right clicking in the system tray icon?
Like skin it? black and gray kind of boring..
From AHK Help Documents
Color, ColorValue try to add this to your cod ... |
Topic: Pictures Matching Game..V2..! |
MYYM
Replies: 16
Views: 1364
|
Forum: General Chat Posted: Sun Mar 26, 2006 11:23 am Subject: Pictures Matching Game..V2..! |
| I only tried it because Laszlo and PhiLho had tested it.Well, i hope maybe now some more people'd like to try it because you have tested it too. Thanks! |
Topic: running programs on start up |
MYYM
Replies: 12
Views: 846
|
Forum: Ask for Help Posted: Sun Mar 26, 2006 7:01 am Subject: Re: running programs on start up |
is there a way to run programs on pc start up idealy with out copying a shortcut in the start up folder?
You can use IniWrite, "c:\myfolder\mysubfolder\myprogram.exe", %windir%\win.ini, ... |
Topic: Problem remapping AppsKey to Ctrl |
MYYM
Replies: 2
Views: 336
|
Forum: Ask for Help Posted: Sun Mar 26, 2006 3:35 am Subject: Re: Problem remapping AppsKey to Ctrl |
It works at first but after using the key a few times, I get an effect that seems like ctrl is being held down, even when I'm not holding it down.
Give this a try (Not tested)
AppsKey::
se ... |
Topic: GUI Stupidity |
MYYM
Replies: 2
Views: 331
|
Forum: Ask for Help Posted: Sun Mar 26, 2006 3:22 am Subject: Re: GUI Stupidity |
When I run a prog. with a GUI, the button automatically runs! try this
Gui, Add, Button, Text, Go
Gui, Show,, Script Changer
Return
ButtonGo:
MsgBox, 0,, Hi Autohotkey folks!
return
|
Topic: running programs on start up |
MYYM
Replies: 12
Views: 846
|
Forum: Ask for Help Posted: Sat Mar 25, 2006 8:55 pm Subject: Re: running programs on start up |
does anyone know the quick rout to the start up folder so a shortcut can automatically be copyed?
from AHK help documents
A_Startup The full path and name of the Startup folder in the current user's ... |
| |