| Author |
Message |
Forum: Support Topic: Record visited websites? |
| Moki |
|
Posted: April 25th, 2012, 5:16 pm
|
|
Replies: 8 Views: 90
|
| I would like to record the websites that my children are visiting as a piece of mind kinda thing. I know how to use Autohotkey from a basic standpoint although I have never tried the recording aspect. Can anyone point me in the right direction? Anything that might help related to creating a log that... |
|
 |
Forum: Support Topic: Copy Entire FTP Folder to Local Machine? |
| Moki |
|
Posted: April 5th, 2012, 1:20 pm
|
|
Replies: 1 Views: 93
|
| I have no issues copying files that I specify using AHK from ftp server to local machine but can't seem to get entire folders to copy down. I'm not looking for someone to do it for me but just point me in the right direction. Thanks, Brandon What i'm trying to do is write a script to backup all file... |
|
 |
Forum: Support Topic: backup an ftp folder? |
| Moki |
|
Posted: April 4th, 2012, 7:55 pm
|
|
Replies: 4 Views: 71
|
Anonymous wrote: Wow, waiting 1 1/2 hours before bumping. I agree, that is much too long before someone offered any help. People must realise you are very important and they should help you within minutes, no wait, make that seconds. Really. True fact.
Thank you, your comments are very helpful |
|
 |
Forum: Support Topic: backup an ftp folder? |
| Moki |
|
Posted: April 4th, 2012, 6:36 pm
|
|
Replies: 4 Views: 71
|
| Anything I try errors on the transfer if i don't specify a file for remote and local. |
|
 |
Forum: Support Topic: backup an ftp folder? |
| Moki |
|
Posted: April 4th, 2012, 5:10 pm
|
|
Replies: 4 Views: 71
|
| I currently have the following function that will backup a file although i'm looking to backup the entire folder and not a file specifically. Can anyone point me in the right direction? FtpGetFile(RemoteFile, NewFile="", Flags=0) { If NewFile= NewFile := RemoteFile global ic_h... |
|
 |
Forum: Support Topic: Shorthand script? |
| Moki |
|
Posted: June 22nd, 2010, 4:05 pm
|
|
Replies: 2 Views: 204
|
| Does anyone know of a shorthand script already started in ahk? I can create them for myself although if someone else would be using it they would need to be able to add entries. Example: if someone typed asap it should automatically replace it with "as soon as possible" Thank you in advanc... |
|
 |
Forum: Support Topic: Keyword Density Script? |
| Moki |
|
Posted: March 17th, 2010, 6:40 pm
|
|
Replies: 4 Views: 339
|
Thank you ... I will be picking apart the code, I am not sure what everything does but its a great script to learn this stuff on.
Thanks again |
|
 |
Forum: Support Topic: Keyword Density Script? |
| Moki |
|
Posted: March 12th, 2010, 3:20 am
|
|
Replies: 4 Views: 339
|
I am wondering if anyone has created a keyword density script with autohotkey?
I want to try and create one although if theres already one out there it would be a waste of time.
Any thoughts? |
|
 |
Forum: Support Topic: FileRead (keep line breaks)? |
| Moki |
|
Posted: January 6th, 2010, 3:17 pm
|
|
Replies: 4 Views: 162
|
| I'm saving the files contents to a variable to use later and when it outputs the contents of the variable there are no line breaks. here is the full example. sleep 5000 FileRead, message, message.txt Loop { sleep 10000 FileReadLine, line, emails.txt, %A_Index% if ErrorLevel break run, mailto:%l... |
|
 |
Forum: Support Topic: FileRead (keep line breaks)? |
| Moki |
|
Posted: January 6th, 2010, 2:42 pm
|
|
Replies: 4 Views: 162
|
| When using the FileRead command it removes all line breaks within the file. I need it to display exactly the way it is in the file. (line breaks is really all i need to keep when displaying the variable) I tried it the following 2 ways: FileRead, message, message.txt and FileRead, message, message.t... |
|
 |
Forum: Support Topic: Create basic browser that can autofill forms? |
| Moki |
|
Posted: December 2nd, 2009, 1:48 am
|
|
Replies: 2 Views: 1039
|
Thank you this is perfect will post scripts as I go  |
|
 |
Forum: Support Topic: Create basic browser that can autofill forms? |
| Moki |
|
Posted: November 23rd, 2009, 8:43 pm
|
|
Replies: 2 Views: 1039
|
| I am a website developer but play with autohotkey quite a bit. Here is what i'm trying to do but am not sure where to start. 1. Create a browser (single window) that will go to a specified website. 2. There will be a form at the bottom of the browser window for a next button and input boxes for manu... |
|
 |
Forum: Support Topic: Starting and stopping scripts at given times? |
| Moki |
|
Posted: January 15th, 2009, 11:50 pm
|
|
Replies: 2 Views: 382
|
| I would normally but there are tasks on the initial startup that need to use variables that change as the macro runs and when it closes it will lose those variables. Also on the initial run there are values that are plugged in and a button is used to run it. EDIT basically I need the macro to run al... |
|
 |
Forum: Support Topic: Starting and stopping scripts at given times? |
| Moki |
|
Posted: January 15th, 2009, 11:13 pm
|
|
Replies: 2 Views: 382
|
| I am wondering what exactly i'm doing wrong in the script below ... some of the code has been removed for readability. I have left the code that i'm having issues with: afterdt: Loop, { ;Check for Downtime currenttime := SubStr(A_Now,9,4) If currenttime between 0445 and 0830 gosub, logo... |
|
 |
Forum: Support Topic: Start and stop a loop at given times? CLOSED |
| Moki |
|
Posted: January 13th, 2009, 11:28 pm
|
|
Replies: 0 Views: 369
|
| I was wondering how I would go about starting and stopping a loop at given times of the day. For instance: //start looping at 9am loop, { click sleep 2000 send {F1} sleep 2000 } //stop the loop at 6am but begin again at 9am This loop has nothing to do with what I'm doing but it seems that it might b... |
|
 |
| Sort by: |