;~ COM Object: Shell.Application;~ Purpose: Retrieves file properties.;~ System Requirements: General;~ Documentation Link: GetDetailsOf, ParseName;~ Other Links: Retrieving Extended File Properti
翻译 2023-04-24 18:33:57
206阅读
:1
原创 2023-04-26 21:09:11
495阅读
[AHK]提取文件
转载 2023-04-25 02:24:21
172阅读
显示隐藏文件  ;~ 需要的逻辑是: ;~ 1.如果【隐藏文件】是隐藏状态的,那么显示出来 ;~ 2.如果【隐藏文件】是显示出来的,那么隐藏起来   #z:: RegRead, ValorHidden, HKEY_CURRENT_USER, Softwar
原创 2023-04-26 13:57:45
120阅读
TempDir =D:\ESS支撑oShell := ComObjCreate("Shell.Application")oDir := oShell.NameSpace(TempDir)Loop %TempDiullPath) if !(oZip && oDir) {
翻译 2023-04-24 13:38:03
104阅读
EXCEL内容如下:AutoHotkey代码如下:#Persistent #SingleInstance,force ;2015年1月4日 ;sunwind ;读取excel实例 excel := ComObjActive("Excel.Application") filepath:=A_ScriptDir . "\循环读取.xlsx" ;自动运行、初始
原创 2023-04-25 11:48:03
755阅读
ahk 文件怎么运行(AutoHotkey)
https://autohotkey.com/board/topic/33020-sparrow-ahk-webserver-w-ahk-in-html-support-sources-incl/sparrow-ahk-webserver-w-ahk-in-htmlhttps://github.com/Skiouros/AHKhttp/blob/master/documentation.mdBas
原创 2023-07-18 11:37:43
184阅读
sc := ComObjCreate("ScriptControl");// define the Languagesc.Language := "JScript";// define the JScriptscript =(string = '';obj = { 'Ny.com', 'Color':'
翻译 2023-04-24 13:35:38
353阅读
翻自AHK用户手册2008年3月4日星期二 9:35 Runs an external program. Unlike Run, RunWait will wait until the program finishes before continuing. Run, Target [, WorkingDir, Max|Min|Hide|UseErrorLevel, OutputVarPID]&nb
转载 2024-03-01 15:30:15
103阅读
timetype=M ;修改 ;~ timetype=C ;创建 ;~ timetype=A ;访问 curpath=x:\AutoHotkey\AutoHotkey\AutoHotkey.exeFileGetTime,temptime,%curpath%,%timetype%MsgBox %temptime%;方法二,利用FSO对象fso:=C
原创 2023-04-25 06:49:27
573阅读
/*;作者:1576157@qq.com;http://blog.csdn.net/liuyukuan/article/details/77780329;2017年9月1
原创 2023-04-24 10:53:59
120阅读
;作者:sunwind ;2015年10月27日22:34:33 ;功能: ;xcopy的增强版,可以过滤扩展名 ;xCopyPlus批量复制某类文件 Gui,+AlwaysOnTop Gui, Add, Text,,源路径(拖放或输入源目录,多条请换行) Gui, Add, Edit, vSourceEdit W300
原创 2023-04-25 08:29:47
86阅读
Running AHK with pythonHi all, i've looked around bit i can't seem to get any code i've found elsewhere working I'm trying to execute an ahk script via python. I've downloaded the <!-- m -->ht
原创 2023-04-24 13:41:10
572阅读
AHK Startup This is my startup script that I put a shortcut to run in my startup folder to load my standard scripts on computer bootup.It basically Runs a list of scripts.This list can
翻译 2023-04-24 10:24:43
276阅读
看了一大堆的资料讲解关于里氏代换原则,在这里我想分享给大家。下面这段话来自百度百科,是这么解释里氏代换原则的:里而子类也能够...
原创 2023-04-24 10:54:52
143阅读
;activex gui 2 - test joedf - 2014/09/19 ;http://ahkscript.org/boards/viewtopic.php?f=7&t=4588&p=26809#p26809 ;~ >Read & Write< ;~ Webpage >> AHK ;~ AHK >> WebPage #Si
翻译 2023-05-05 14:24:08
1179阅读
;~ https://autohotkey.com/boards/viewtopic.php?f=5&t=30663&p=143361&hilit=Selection.Paste#p143361;~ convert this VBA code into AHK有VBA脚本如下,需要改成AutoHotkeyRange("A1:F1").SelectSelection.Cut
翻译 2023-04-24 11:13:08
526阅读
sc := ComObjCreate("ScriptControl");// define the Languagesc.Language := "VBScript";// define the VBScriptscript =(Di
翻译 2023-04-24 13:35:42
267阅读
GetClas
翻译 2023-05-05 14:22:42
300阅读
  • 1
  • 2
  • 3
  • 4
  • 5