| Author |
Message |
Topic: Need ouput foldername to be same as input foldername.. |
Dave72
Replies: 4
Views: 150
|
Forum: Ask for Help Posted: Tue Aug 25, 2009 1:12 am Subject: Need ouput foldername to be same as input foldername.. |
Splitpath, A_Loopfilefullpath,,Filedir,,FilenameNoExt,
RegExMatch(FileDir,"^.*\\(?=[^\\]+\\?$)",Rootpath)
StringReplace, Foldername, Filedir, %Rootpath% ... |
Topic: reading downloaded mail from pop server and take it in var |
Dave72
Replies: 6
Views: 189
|
Forum: Ask for Help Posted: Mon Aug 24, 2009 12:48 am Subject: reading downloaded mail from pop server and take it in var |
I played with email for a bit, heres a section of code
CheckMail:
Run, "getmail.exe" -u %UserName% -pw %password% -s %server% -delete,,Hide
WinWaitClose, getmail.exe
Sleep, 1000 ... |
Topic: Need ouput foldername to be same as input foldername.. |
Dave72
Replies: 4
Views: 150
|
Forum: Ask for Help Posted: Sun Aug 23, 2009 8:12 pm Subject: Need ouput foldername to be same as input foldername.. |
| I have a video file conversion script that scans an input folder and subs, converts and sends them to an output folder and subs. The subfolders have to have the same names (used as 'channels' in a me ... |
Topic: Window (or process) handling ? (too many) |
Dave72
Replies: 0
Views: 108
|
Forum: Ask for Help Posted: Sat Jul 25, 2009 12:52 am Subject: Window (or process) handling ? (too many) |
Hi.
I have an external app (Juice, a podcast aggregator). As it completes each download, it does a command line call to my AHK script, passing some variables.
My script uses FFMpeg to convert th ... |
Topic: Avast! - Suspicious Message! Warning |
Dave72
Replies: 7
Views: 2310
|
Forum: Ask for Help Posted: Sat Aug 25, 2007 2:19 pm Subject: Avast! - Suspicious Message! Warning |
Most (all?) isp's will give you multiple email addresses (my isp allows up to 10 ).
It would be possible to use getmail.exe in command line mode to retrieve emails from the isp, parse them looking fo ... |
Topic: Screen/Region Pixel Diagnosis. Is It Possible? |
Dave72
Replies: 2
Views: 605
|
Forum: Ask for Help Posted: Sun Jul 22, 2007 5:58 am Subject: Screen/Region Pixel Diagnosis. Is It Possible? |
| Does anyone wonder, sometimes, about what the age is of the typical "aimbot searcher" ? Maybe its just me.. but I kinda wonder if theres something in our educational system / family value ... |
Topic: Built in functions not working |
Dave72
Replies: 4
Views: 312
|
Forum: Ask for Help Posted: Wed Jul 18, 2007 5:25 am Subject: Built in functions not working |
| I suppose if i fully read the documentation (and its excellent, i might add, kudos to the authors..).. Id more funny understand when to use := and not = .. likewise when i should use %var% and not ... |
Topic: Help with google earth overlay script |
Dave72
Replies: 2
Views: 458
|
Forum: Ask for Help Posted: Fri Jul 13, 2007 5:42 am Subject: Help with google earth overlay script |
Thats a good thought, ManaUser...
Make one script that can auto-watch running tasks (or has right click taskbar controls) that covers all the other scripts you might want to run.
I have a good w ... |
Topic: Help with google earth overlay script |
Dave72
Replies: 2
Views: 458
|
Forum: Ask for Help Posted: Thu Jul 12, 2007 1:17 pm Subject: Help with google earth overlay script |
I have an ahk script that finds a url to a weather radar gif file, and downloads it to make it available to a .kml file for useage as an overlay in Google Earth.
The image of the gif file changes ... |
Topic: Saving userinput |
Dave72
Replies: 30
Views: 1296
|
Forum: Ask for Help Posted: Sun Jul 08, 2007 6:12 pm Subject: Saving userinput |
How are the existing acronyms stored ?
Id guess a good way is in an outboard file, like a .csv or otherwise delimited file. Perhaps line by line..
ACRONYM,meaning.
ACRONYM2, meaning2.
etc
... |
Topic: Basic (googlemaps) driving directions |
Dave72
Replies: 0
Views: 853
|
Forum: Scripts & Functions Posted: Sun Jul 08, 2007 3:18 am Subject: Basic (googlemaps) driving directions |
Ive been making modules for use with my SMS(cell)<->SMTP(pc) application.. got one working today for retrieving basic driving directions to/from addresses using googlemaps.
Ill spare you th ... |
Topic: how do u stop the script and exit out the autoHotkey? |
Dave72
Replies: 4
Views: 402
|
Forum: Ask for Help Posted: Tue Jul 03, 2007 9:27 pm Subject: how do u stop the script and exit out the autoHotkey? |
| You should be able to right click on the taskbar icon, there is an Exit there (and if running as an ahk (as opposed to an exe), you can get display of variable values, commands currently executed etc. ... |
Topic: Remotely run a .exe through cell phone text |
Dave72
Replies: 8
Views: 755
|
Forum: Ask for Help Posted: Mon Jul 02, 2007 2:38 am Subject: Remotely run a .exe through cell phone text |
Absolutely you can, thats what we're all about here !
I got to playing around a little more, made a pop-up message thingy, so you can send transient to-do lists etc from the phone. Once you close t ... |
Topic: Remotely run a .exe through cell phone text |
Dave72
Replies: 8
Views: 755
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 7:16 pm Subject: Remotely run a .exe through cell phone text |
| Fantastic, ManaUser.. it didnt even occur to me that AHK itself would be able to suppress this. Thanks for the tip, works great now ! |
Topic: Remotely run a .exe through cell phone text |
Dave72
Replies: 8
Views: 755
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 5:18 pm Subject: Remotely run a .exe through cell phone text |
Mainly a bump for the edit I did on the code..
But also.. does anyone know of an email grabber like getmail.. but that is in the .dll form (like blat).. having the command window pop up every nn ... |
| |