Search found 578 matches

by Guest10
18 May 2014, 00:49
Forum: Ask for Help (v1)
Topic: Check for file change?
Replies: 7
Views: 4526

Re: Check for file change?

i am heavily using this version of WatchDirectory as a standalone and without #include <_Struct> . :ugeek: ; http://www.autohotkey.com/community/viewtopic.php?t=45237 ; WatchDirectory() #Persistent OnExit, GuiClose WatchFolders=C:\Temp*|%A_Temp%*|%A_Desktop%|%A_DesktopCommon%|%A_MyDocuments%*|%A_Scr...
by Guest10
17 May 2014, 13:16
Forum: Scripts and Functions (v1)
Topic: FormatBytes()
Replies: 31
Views: 14229

Re: FormatBytes()

thanks, i needed my ahk script fix this morning! :lol: :ugeek:
by Guest10
16 May 2014, 22:15
Forum: Scripts and Functions (v1)
Topic: OnExitF()
Replies: 10
Views: 5450

Re: OnExitF()

thanks, it hit the spot!
by Guest10
16 May 2014, 21:59
Forum: Ask for Help (v1)
Topic: Time until...
Replies: 10
Views: 5470

Re: Time until...

thanks, it hit the spot!
by Guest10
16 May 2014, 21:01
Forum: Scripts and Functions (v1)
Topic: FormatBytes()
Replies: 31
Views: 14229

Re: FormatBytes()

thanks, it hit the spot! :lol:
by Guest10
16 May 2014, 01:19
Forum: Scripts and Functions (v1)
Topic: FileSearch
Replies: 8
Views: 5664

Re: FileSearch

minor edits to comments:

;reduce stringlength, if path is to long for the button -> reduce string length if path is too long for the button
; timer is not active ...also search is complete -> timer is not active... search is complete!
by Guest10
16 May 2014, 01:13
Forum: Skripte und Funktionen
Topic: FileSearch
Replies: 7
Views: 6388

Re: FileSearch

What is wrong with "≠" (you have change it with "<>") ?
My GUI shows this with corrupted characters. I didn't know how to fix it so I changed it. Not exactly "≠". It may be changed to "Case Sensitive" instead.
by Guest10
15 May 2014, 23:13
Forum: Ask for Help (v1)
Topic: Check for file change?
Replies: 7
Views: 4526

Re: Check for file change?

maybe you could use, modify, or customize the FileSearch script by Holles:
http://ahkscript.org/boards/viewtopic.php?f=10&t=3507
:ugeek:
by Guest10
15 May 2014, 17:10
Forum: Skripte und Funktionen
Topic: FileSearch
Replies: 7
Views: 6388

Re: FileSearch

as my neighbor Reid Hoffman would say ( :lol: ) this is just the first "iteration" of my EN edit. further "iterations" would be appreciated! Reid Hoffman: Live Life in Permanent Beta [Entire Talk] : https://www.youtube.com/watch?v=PX8i8fcC5NQ #NoEnv #Include Holles_Lib.ahk IniRead,Language,FileSearc...
by Guest10
15 May 2014, 15:37
Forum: Scripts and Functions (v1)
Topic: [H] Passing objects between processes
Replies: 6
Views: 3118

Re: [H] Passing objects between processes

does FuncPost() overcome the aforementioned issues raised by HotKeyIt? :ugeek:
by Guest10
15 May 2014, 12:54
Forum: Scripts and Functions (v1)
Topic: OnExitF()
Replies: 10
Views: 5450

Re: OnExitF()

thansk! what are the advantages of using this function? :ugeek:
by Guest10
13 May 2014, 16:14
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11575

Re: How to merge 2 text files?

an extensive (or should i say, dizzying) array of options to eliminate duplicate entries discussed here: http://www.autohotkey.com/board/topic/9 ... ith-regex/
by Guest10
12 May 2014, 22:48
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11575

Re: How to merge 2 text files?

thank, no OBJECTion here! :lol: one minor note ( will not affect my application ) is a blank (empty) line always showing at the very top (looks like sorting starts with a blank line) as follows: output file: [blank line here] 05714TAB8 13033WA45 13033WB44 226360AC9 307144AB1 389092AL1 414738RB2 4147...
by Guest10
12 May 2014, 21:41
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11575

Re: How to merge 2 text files?

i am not well-versed with the use of Object.HasKey(Key).
by Guest10
12 May 2014, 21:34
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11575

Re: How to merge 2 text files?

dug deep into my "archives" and came up with this: :lol: :ugeek: ( please advise if code could be further improved. ) FileRead, file1, file1.txt FileAppend, %file1%, file2.txt FileRead, String, file2.txt rawList := String Sort, rawList, U Loop, parse, rawList, `n, `r ndl := "`am)^" A_LoopField "$" ,...
by Guest10
12 May 2014, 20:09
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11575

How to merge 2 text files?

i have 2 text files of the following constructs. as you see, there are several common strings (shared) in these files. how can i merger these files without any "duplicate" strings (all strings must appear only once in the new file and the new file must include all unique strings in file1 and file2)?...
by Guest10
12 May 2014, 19:41
Forum: Ask for Help (v1)
Topic: Is there web browser for AHK?
Replies: 11
Views: 5100

Re: Is there web browser for AHK?

yes, but! is this possible within AHK framework?
by Guest10
12 May 2014, 05:55
Forum: Scripts and Functions (v1)
Topic: Qonsole - Quake-like Console Emulator
Replies: 11
Views: 5770

Re: Qonsole - Quake-like Console Emulator

as long as it does not interfere with existing settings (and is totally un-intrusive) then it is fine by me. otherwise, all these dialogs could scare away unsophisticated users.
by Guest10
12 May 2014, 05:47
Forum: Scripts and Functions (v1)
Topic: htopmini v0.8.3
Replies: 79
Views: 32648

Re: htopmini v0.8.3

tested v0.8.3 successfully!
by Guest10
11 May 2014, 23:24
Forum: Scripts and Functions (v1)
Topic: Qonsole - Quake-like Console Emulator
Replies: 11
Views: 5770

Re: Qonsole - Quake-like Console Emulator

downloaded Qonsole_v1.2.2. too many setup questions made me, a newbee, too nervous whether it could mess up my existing computer settings. :shock:

Go to advanced search