Search found 11 matches

by mikek
20 Mar 2018, 17:43
Forum: Ask for Help (v1)
Topic: how to fileappend CSV file on a FTP server and update it every min
Replies: 7
Views: 2198

Re: how to fileappend CSV file on a FTP server and update it every min

It does not appear that Bitkinex supports drive mapping. I could not find the feature, and per this review linked below, "it lacks the dead-simple interface of a mapped drive".

https://lifehacker.com/5623582/bitkinex ... or-windows

- Mike
by mikek
19 Mar 2018, 19:00
Forum: Ask for Help (v1)
Topic: how to fileappend CSV file on a FTP server and update it every min
Replies: 7
Views: 2198

Re: how to fileappend CSV file on a FTP server and update it every min

Glancing at what Jovannb showed, I like what I see. Alternatively, (and without having more than glanced at the tool Jovannb shared), if you install NetDrive, you can access remote FTP sites as if they were just another local drive on your computer. The script you already wrote will work on a remote...
by mikek
19 Mar 2018, 18:42
Forum: Ask for Help (v1)
Topic: Script to upload folder via FTPS??
Replies: 9
Views: 3278

Re: Script to upload folder via FTPS??

I do not believe that AHK has built in support for FTP, SFTP, or FTPS. If your transfers must be done using FTPS, you could probably use the scheduling feature of WS_FTP to do this. WS_FTP is not free, though, and is not an "AHK solution". If standard FTP is acceptable, you may control the built-in ...
by mikek
31 May 2016, 18:38
Forum: Ask for Help (v1)
Topic: RunWait - Windows 10 - Command Window Not Closing
Replies: 0
Views: 1050

RunWait - Windows 10 - Command Window Not Closing

Hi all, a computer I have AHK scripts on updated to Windows 10 64-bit (from Windows 7 64-bit). After the update, I noticed that command prompt windows are not usually closing. Sometimes they do, but usually they do not. I have tried right-clicking on the script and selecting "Run as administrator", ...
by mikek
29 Dec 2015, 13:12
Forum: Editors
Topic: Atom AHK Support
Replies: 13
Views: 17662

Atom AHK Support

A coworker has prepared an updated Atom syntax theme for AHK, forked from an earlier piece of work from another user. The link is shown below if anyone is interested.

https://github.com/cescue/language-autohotkey

Image
by mikek
15 Oct 2015, 16:34
Forum: Other Utilities & Resources
Topic: Replicating AutoHotKey's magic on a linux/unix/mac osx computer (thoughts on linux/osx port?)
Replies: 27
Views: 78191

Re: Replicating AutoHotKey's magic on a linux/unix/mac osx computer (thoughts on linux/osx port?)

About two years ago I purchased a Raspberry Pi in order to run automated tasks. I like it's small size and low electrical use, and cheap price. Since taking an initial look, I have not used it because of the time involved learning how to do things I already know how to do on Windows. I am wondering ...
by mikek
27 Dec 2013, 13:35
Forum: Scripts and Functions (v1)
Topic: MemoryInfo
Replies: 29
Views: 15790

Re: MemoryInfo

This is fantastic, jNizM. Thank you so much for sharing this. I plan to use your function to log memory usage on task machines and our server, and report when memory gets low.

- Mike
by mikek
02 Oct 2013, 17:32
Forum: Ask for Help (v1)
Topic: [SOLVED] Owner Window Loses Focus with Gui Submit
Replies: 2
Views: 3570

Re: Owner Window Loses Focus with Gui Submit

Beautiful! Thank you, Pulover, this helps a lot. I had been using "WinActivate" as a bandaid solution but this is much better.

- Mike
by mikek
02 Oct 2013, 16:22
Forum: Ask for Help (v1)
Topic: [SOLVED] Owner Window Loses Focus with Gui Submit
Replies: 2
Views: 3570

[SOLVED] Owner Window Loses Focus with Gui Submit

Hi all, I have a problem where a second gui window is not closing properly when gui submit is used. When I click on the second window's "Save" button, the window closes but the first window is no longer the window on "top". Please see my demonstration in screen shots below, followed by sample code. ...
by mikek
02 Oct 2013, 13:14
Forum: Ask for Help (v1)
Topic: AHK Browser Display - Scaled
Replies: 4
Views: 3170

Re: AHK Browser Display - Scaled

Thank you for your responses and ideas, Alibaba and lblb. I originally wanted a scaled preview, such as if you hit control-minus a few times within Firefox, it will scale the page. After not making progress with this, I am getting more comfortable with having a full-size display with scroll bars. Th...
by mikek
30 Sep 2013, 17:43
Forum: Ask for Help (v1)
Topic: AHK Browser Display - Scaled
Replies: 4
Views: 3170

AHK Browser Display - Scaled

Hi all, I would like to show a web page within an ahk window, and I would like to show it as a thumbnail / preview. I found the ahk documentation for Gui Add, ActiveX, which adds the browser element I desired. However, I would also like to provide dimensions which will scale the browser screen (as o...

Go to advanced search