| Author |
Message |
Topic: FTP synchronization tools |
Murp|e
Replies: 5
Views: 332
|
Forum: General Chat Posted: Wed Jan 27, 2010 2:37 pm Subject: FTP synchronization tools |
| ...putty sftp is just a command line executable... ...it could be made to download all but skip any files which already exist on the target machine for example. you could create an autohotkey app that ... |
Topic: FTP synchronization tools |
Murp|e
Replies: 5
Views: 332
|
Forum: General Chat Posted: Wed Jan 27, 2010 12:54 pm Subject: FTP synchronization tools |
| wooly_sammoth: Thanks for your reply, but the remote FTP site isn't my own. I believe it's a windows machine and I have no experience using SSH. I've been using the FileZilla client for many years to ... |
Topic: FTP synchronization tools |
Murp|e
Replies: 5
Views: 332
|
Forum: General Chat Posted: Wed Jan 27, 2010 12:29 pm Subject: FTP synchronization tools |
| While trying to find out how to synchronize a remote FTP site with a local folder, I found the following utilities [url=http://www.itefix.no/i2/node/10650]rsync, [url=http://technet.microsoft.com/en-u ... |
Topic: UrlDownloadToVar |
Murp|e
Replies: 61
Views: 35277
|
Forum: Scripts & Functions Posted: Wed Jan 20, 2010 12:38 pm Subject: UrlDownloadToVar |
| This thread is all very confusing and old but is linked to in the help file ( for v1.0.47.6). Could someone help clear up how to download a web page to a variable. Wrapping it up in a simple function ... |
Topic: Retrieve standard output (StdOut) of a program |
Murp|e
Replies: 40
Views: 3226
|
Forum: Scripts & Functions Posted: Fri Jan 08, 2010 8:37 am Subject: Retrieve standard output (StdOut) of a program |
| drifter: Thanks for the quick and concise clarification! So your script has superior error reporting and better performance at the cost of a few kbs, I'll definitely give this a try. |
Topic: GDI+ standard library 1.30 by tic |
Murp|e
Replies: 347
Views: 54303
|
Forum: Scripts & Functions Posted: Thu Jan 07, 2010 3:50 pm Subject: GDI+ standard library 1.30 by tic |
I second that! Excellent work and nicely documented -thanks tic!
P.S. I think you should include a link to your [url=http://www.autohotkey.com/forum/viewtopic.php?t=29604]BRA thread under Example 1 ... |
Topic: Retrieve standard output (StdOut) of a program |
Murp|e
Replies: 40
Views: 3226
|
Forum: Scripts & Functions Posted: Thu Jan 07, 2010 8:57 am Subject: Retrieve standard output (StdOut) of a program |
| Can someone clarify the similarities/differences between this and [url=http://www.autohotkey.com/forum/viewtopic.php?t=8606cmdret]cmdret? |
Topic: Retrieving image url from firefox - idea check |
Murp|e
Replies: 9
Views: 294
|
Forum: Ask for Help Posted: Thu Jan 07, 2010 8:18 am Subject: Retrieving image url from firefox - idea check |
3. Open a notepad and paste those phases
A better solution would be to use fileappend to write the URLs to a text file and then doing run, notepad.exe TinyPictureList.txt |
Topic: Retrieving image url from firefox - idea check |
Murp|e
Replies: 9
Views: 294
|
Forum: Ask for Help Posted: Wed Jan 06, 2010 11:52 pm Subject: Retrieving image url from firefox - idea check |
1. With the help of COM with Javascript, use the innerHTML method to fetch the html of the page
Not sure, but you may find some of this useful:
Grabbing HTML Tags
<TAG\b |
Topic: Setting Entire Script to work only if window exists.... |
Murp|e
Replies: 2
Views: 78
|
Forum: Ask for Help Posted: Wed Jan 06, 2010 11:40 pm Subject: Setting Entire Script to work only if window exists.... |
| Auto exit<========Possible?I'd like to have this auto run every 3-5 minutes. Not sure how to get it to auto run onceEither by using the windows task scheduler, or using a terminate the script if it ... |
Topic: Easy way to let users define hot keys? |
Murp|e
Replies: 1
Views: 108
|
Forum: Ask for Help Posted: Wed Jan 06, 2010 11:32 pm Subject: Easy way to let users define hot keys? |
| Yes, most definetely: http://www.autohotkey.com/docs/commands/GuiControls.htm#Hotkey . |
Topic: All possible combinations of letters |
Murp|e
Replies: 3
Views: 238
|
Forum: Ask for Help Posted: Wed Jan 06, 2010 11:28 pm Subject: All possible combinations of letters |
| Thanks guys, but all three scripts (Zed Gecko, Evan and VxE) seem to do the same thing, namely find all permutations of a string. This is good and well, but I'm no closer to solving my script or learn ... |
Topic: All possible combinations of letters |
Murp|e
Replies: 3
Views: 238
|
Forum: Ask for Help Posted: Wed Jan 06, 2010 2:21 pm Subject: All possible combinations of letters |
| I want to find all possible combinations of letters and digits restricted to a given length. The results of a simplified example using the letters "abc" and restricted to a length of 2 would ... |
Topic: [stdlib] unHTML - Strips Tags and Entities from given Source |
Murp|e
Replies: 6
Views: 1433
|
Forum: Scripts & Functions Posted: Wed Dec 23, 2009 10:28 am Subject: [stdlib] unHTML - Strips Tags and Entities from given Source |
| DerRaphael: Thank you, I'll have to spend some time with the manual to decypher that. Don't you think this is worth updating the original post with? Do you think there are cases where people would not ... |
Topic: [stdlib] unHTML - Strips Tags and Entities from given Source |
Murp|e
Replies: 6
Views: 1433
|
Forum: Scripts & Functions Posted: Tue Dec 22, 2009 1:35 pm Subject: [stdlib] unHTML - Strips Tags and Entities from given Source |
| DerRaphael: Thanks! Using unhtml on HTML containing <br> tags gently mutilated my output. Perhaps special attention should be given to the <br> tags to convert them to a newline instead of ... |
| |