| Author |
Message |
Forum: Utilities Topic: DAMN NFO Viewer - View .nfo files without extra fonts [GUI] |
| arsan |
|
Posted: May 14th, 2010, 3:12 pm
|
|
Replies: 17 Views: 2188
|
| DIZzy Version: 1.12, Size: 8 KB, Freeware. The smallest application of its kind, completely self-contained and portable, written in assembly and does its job beautifully. http://members.ozemail.com.au/~nulifetv/freezip/freeware/dizzy.exe Just drag and drop any .DIZ or .NFO file onto it to see the i... |
|
 |
Forum: Support Topic: How can I get the physical drive number, given a path? |
| arsan |
|
Posted: May 8th, 2010, 4:07 pm
|
|
Replies: 7 Views: 1451
|
I'm not sure that I understand the question well, but try reading the doc on:
SplitPath: Separates a file name or URL into its name, directory, extension, and drive.
DriveGet: Retrieves various types of information about the computer's drive(s). |
|
 |
Forum: Scripts Topic: Gui Styles Explorer |
| arsan |
|
Posted: April 24th, 2010, 6:54 pm
|
|
Replies: 9 Views: 1484
|
| It works fine now. Good for reference. Thanks for sharing. |
|
 |
Forum: Scripts Topic: Gui Styles Explorer |
| arsan |
|
Posted: April 18th, 2010, 1:21 pm
|
|
Replies: 9 Views: 1484
|
The screenshot looks nice. But script causes error.
Code: Error: Call to nonexistent function.
Specifically: DockA(hGui, cGui, "x(1) y()" |
|
 |
Forum: Utilities Topic: ResHack - resource editor for exe's |
| arsan |
|
Posted: April 14th, 2010, 4:16 pm
|
|
Replies: 15 Views: 2865
|
|
 |
Forum: Support Topic: while problem |
| arsan |
|
Posted: April 14th, 2010, 3:58 pm
|
|
Replies: 4 Views: 341
|
| Friend Leef_me, I know that you are among the most helpful members of this forum. People like you who respond to help others keep this forum such a friendly place to be. :wink: Curl and Wget have been mentioned in this forum many times. However, here I mention it yet again: CURL and WGET are free, o... |
|
 |
Forum: Support Topic: while problem |
| arsan |
|
Posted: April 14th, 2010, 6:01 am
|
|
Replies: 4 Views: 341
|
| I think that what vlcek is trying to do will be much simpler if he learns to use dedicated command-line downloaders like wget or curl, which can be used and controlled nicely with ahk scripts. Both of his desired conditions can be met: The user can cancel and resume the download at any time and the ... |
|
 |
Forum: Scripts Topic: Guess the number - tiny little game |
| arsan |
|
Posted: April 13th, 2010, 6:03 pm
|
|
Replies: 6 Views: 1059
|
| Wow! This brought back nostalgic feelings! In our school days we did this using GW-BASIC. Oh! the memories of golden days. :D gwbasic is so not ahk In fact, as far as capabilities and usefulness is concerned, GW-BASIC cannot be compared to any programming language of modern times. It is so primitiv... |
|
 |
Forum: Support Topic: UrlDownloadToFile ??? |
| arsan |
|
Posted: April 13th, 2010, 5:13 pm
|
|
Replies: 3 Views: 925
|
| However, using either cURl or WGet, both get the complete page. Using either of these progs you can effectively do what we expected UrlDownloadToFile to do. I have also experimented a lot with wget and curl and found them to be far more robust and reliable than UrlDownloadToFile and the HttpQuery f... |
|
 |
Forum: Scripts Topic: MIDI input library |
| arsan |
|
Posted: April 13th, 2010, 9:27 am
|
|
Replies: 79 Views: 16888
|
| Thanks pal. :D I will try out your suggestion as soon as I reach home. EDIT: I followed the suggestion and now the code is: #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Menu, TRAY, Icon, icon4.ico OnExit, sub_exit if (midi_in_Open(0)) ExitApp ;-------------------- Midi "hot... |
|
 |
Forum: Scripts Topic: MIDI input library |
| arsan |
|
Posted: April 13th, 2010, 4:43 am
|
|
Replies: 79 Views: 16888
|
| This is so useful. Thanks for sharing. :D I modified one of the earlier posted scripts to play my midi keyboard alongwith MidiIllustrator . The "midi hotkey functions" work perfectly well. The problem is that after practicing for the session, when I want to close the script using the defin... |
|
 |
Forum: Scripts Topic: Guess the number - tiny little game |
| arsan |
|
Posted: March 24th, 2010, 5:53 am
|
|
Replies: 6 Views: 1059
|
Wow! This brought back nostalgic feelings! In our school days we did this using GW-BASIC. Oh! the memories of golden days.  |
|
 |
Forum: Support Topic: Stringreplace help |
| arsan |
|
Posted: March 23rd, 2010, 4:51 pm
|
|
Replies: 6 Views: 347
|
| hi i tried but it don't work StringReplace, fileContents, fileContents, %A_Space%%A_Space%, %A_Space% Our friend MasterFocus has already explained that my solution works because it's inside a loop. To elaborate, upon each iteration of the loop two consecutive spaces are replaced by a single space a... |
|
 |
Forum: Support Topic: dot equal .= syntax question |
| arsan |
|
Posted: March 23rd, 2010, 4:17 pm
|
|
Replies: 1 Views: 341
|
From AHK doc, Topic Variables and Expressions
Quote: Var .= "abc" is a shorthand way of writing Var := Var . "abc" |
|
 |
Forum: Support Topic: Stringreplace help |
| arsan |
|
Posted: March 23rd, 2010, 4:04 pm
|
|
Replies: 6 Views: 347
|
| Here's a script that will replace multiple spaces in any text file by a single space. ;***** This script replaces multiple spaces in any text file by a single space SetWorkingDir, %A_ScriptDir% prompt = ( Replace multiple spaces by a single space Enter path of text file to process: ) InputBo... |
|
 |
| Sort by: |