| Author |
Message |
Topic: CHKDSK Assist - Schedule CHKDSK Operations |
darklight_tr
Replies: 1
Views: 1066
|
Forum: Scripts & Functions Posted: Sat Oct 11, 2008 12:56 am Subject: CHKDSK Assist - Schedule CHKDSK Operations |
After learning and working with AutoHotkey since February, I'm finally releasing my first script.
CHKDSK Assist is a GUI based script that allows you to schedule CHKDSK operations on your PC.
I ... |
Topic: Lil Builder 0.7.1 |
darklight_tr
Replies: 246
Views: 16971
|
Forum: Scripts & Functions Posted: Wed Aug 20, 2008 5:20 pm Subject: Lil Builder 0.7.1 |
You could step in an do some development. It happens that I do not have time and will probably not have in the near and long term future. Sorry.
Unfortunately both apps are way beyond my meager kno ... |
Topic: Lil Builder 0.7.1 |
darklight_tr
Replies: 246
Views: 16971
|
Forum: Scripts & Functions Posted: Tue Aug 19, 2008 5:30 pm Subject: Lil Builder 0.7.1 |
| I wish either this or SmartGUI Creator were still being developed. I use SmartGUI because of its interface but I dread the day that neither one works... |
Topic: SOLVED: FileCreateShortcut problems with %A_Programs% |
darklight_tr
Replies: 11
Views: 764
|
Forum: Bug Reports Posted: Wed Jul 23, 2008 1:31 pm Subject: SOLVED: FileCreateShortcut problems with %A_Programs% |
DataLife,
This problem didn't occur for me when using uncompiled scripts, only compiled ones.
The reason that I use Compile_AHK is that I need to force the Vista UAC Execution Level to a higher ... |
Topic: FileInstall |
darklight_tr
Replies: 3
Views: 175
|
Forum: Ask for Help Posted: Tue Jun 24, 2008 4:00 pm Subject: Re: FileInstall |
I just figured this out myself, and the documentation isn't quite clear when you're having problems.
FileInstall \HotkeyImages\Image.bmp, %A_AppDataCommon%\HotkeyImgs\Image.bmp, 1
^ Does not work ... |
Topic: Compile_AHK II - for those who compile! |
darklight_tr
Replies: 119
Views: 13178
|
Forum: Scripts & Functions Posted: Tue Jun 24, 2008 3:36 pm Subject: Re: Compile_AHK II - for those who compile! |
Update from 2008-04-31
Update from 2008-04-26
Update from 2008-04-25
Update from 2008-05-06
I'm curious, but should the releases after 2008-05-06 be in May, not April? That is, if you don't h ... |
Topic: SOLVED: FileCreateShortcut problems with %A_Programs% |
darklight_tr
Replies: 11
Views: 764
|
Forum: Bug Reports Posted: Tue Jun 24, 2008 3:33 pm Subject: SOLVED: FileCreateShortcut problems with %A_Programs% |
| Vista doesn't care. You will still have to right-click and select to "Run as administrator" in many cases - even if your user has administrator rights. Administrator doesn't mean much to Vis ... |
Topic: SOLVED: FileCreateShortcut problems with %A_Programs% |
darklight_tr
Replies: 11
Views: 764
|
Forum: Bug Reports Posted: Fri Jun 20, 2008 6:30 pm Subject: SOLVED: FileCreateShortcut problems with %A_Programs% |
The problem has been solved. I had to use Compile_AHK to set a Vista UAC level when compiling the script.
http://www.autohotkey.com/forum/viewtopic.php?t=22975compileahk |
Topic: SOLVED: FileCreateShortcut problems with %A_Programs% |
darklight_tr
Replies: 11
Views: 764
|
Forum: Bug Reports Posted: Thu Jun 19, 2008 7:15 pm Subject: SOLVED: FileCreateShortcut problems with %A_Programs% |
I am an admin on both machines I am testing on.
The script creates the folder before FileCreateShortcut is used.
Here is the whole code snippet that runs:
IfNotExist, %A_Programs%\TR Tools\ ... |
Topic: SOLVED: FileCreateShortcut problems with %A_Programs% |
darklight_tr
Replies: 11
Views: 764
|
Forum: Bug Reports Posted: Thu Jun 19, 2008 3:44 pm Subject: SOLVED: FileCreateShortcut problems with %A_Programs% |
for me
msgbox, %A_Programs%
gives
---------------------------
test.ahk
---------------------------
C:\Users\engunneer\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
----------- ... |
Topic: SOLVED: FileCreateShortcut problems with %A_Programs% |
darklight_tr
Replies: 11
Views: 764
|
Forum: Bug Reports Posted: Wed Jun 18, 2008 5:28 pm Subject: SOLVED: FileCreateShortcut problems with %A_Programs% |
Hello,
I've run into a bit of a snag with FileCreateShortcut. When you use the %A_Programs% variable with that command in Windows Vista, the shortcut is created in C:\ProgramData, not C:\Users. C ... |
Topic: :: SmartGUI Creator :: |
darklight_tr
Replies: 585
Views: 143435
|
Forum: Scripts & Functions Posted: Thu May 29, 2008 4:05 pm Subject: :: SmartGUI Creator :: |
Is this still being actively developed?
I've encountered a particularly annoying issue that is specific to Windows Vista. The drag+select box is completely invisible, which prevents me from select ... |
| |