| Author |
Message |
Topic: Does the user (NOT the program) have admin privileges? |
daorc
Replies: 6
Views: 160
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 4:26 pm Subject: Does the user (NOT the program) have admin privileges? |
| wow! That's great. Thank you! And thanks for the link to the blog entry as well. It's going to take me some time to look through, but it seems to do exactly what I was looking for. I'm sure this ... |
Topic: Does the user (NOT the program) have admin privileges? |
daorc
Replies: 6
Views: 160
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 9:21 am Subject: Does the user (NOT the program) have admin privileges? |
Thank you both for your replies.
@Carcophan
Do you know who your admins are? Or is this aimed at an open audience you have no control over?
Thanks for the suggestion, but I'm afraid it is aimed a ... |
Topic: Does the user (NOT the program) have admin privileges? |
daorc
Replies: 6
Views: 160
|
Forum: Ask for Help Posted: Wed Mar 03, 2010 4:05 pm Subject: Does the user (NOT the program) have admin privileges? |
Hi everyone,
Just to let you know, I'm aware of the A_IsAdmin variable.
Does anyone know if there's a way of finding out if the current USER is an administrator? If the following script is run ... |
Topic: exitcode conventions? |
daorc
Replies: 4
Views: 122
|
Forum: Ask for Help Posted: Tue Feb 02, 2010 9:03 am Subject: exitcode conventions? |
| ... so we are agreed it is better to use exitcodes above 15999 then? |
Topic: exitcode conventions? |
daorc
Replies: 4
Views: 122
|
Forum: Ask for Help Posted: Mon Feb 01, 2010 4:24 pm Subject: exitcode conventions? |
To answer my own question (I think ...), it might be best to avoid exitcodes from 1 to 15999, which each have specific meanings in Windows
http://msdn.microsoft.com/en-us/library/ms681381%28VS.85%2 ... |
Topic: exitcode conventions? |
daorc
Replies: 4
Views: 122
|
Forum: Ask for Help Posted: Mon Feb 01, 2010 4:11 pm Subject: exitcode conventions? |
Hello,
Does anyone know of any conventions for using exitcode. Are there any values to avoid using?
For example, I have A.ahk using runwait to run B.ahk, and wants to know how B.ahk got on (usi ... |
Topic: How to call the standard Choose-Color-dialog? |
daorc
Replies: 11
Views: 3077
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 3:31 pm Subject: How to call the standard Choose-Color-dialog? |
Also, is there any way to tell the difference between someone selecting black and pressing cancel ...?
Thank you! |
Topic: How to call the standard Choose-Color-dialog? |
daorc
Replies: 11
Views: 3077
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 2:36 pm Subject: How to call the standard Choose-Color-dialog? |
That's a great function - thanks! Any idea how to store custom colours for future use using this?
Cheers. |
Topic: Altering manifest contents for compiled script |
daorc
Replies: 3
Views: 107
|
Forum: Ask for Help Posted: Fri Oct 16, 2009 7:50 am Subject: Altering manifest contents for compiled script |
Fantastic, works like a charm! Thanks for your help!  |
Topic: Altering manifest contents for compiled script |
daorc
Replies: 3
Views: 107
|
Forum: Ask for Help Posted: Thu Oct 15, 2009 3:28 pm Subject: Altering manifest contents for compiled script |
Hello.
Is there any way of altering the contents of a compiled ahk script? I've tried changing the manifest in the AHK source code but that doesn't seem to do the trick.
The reason I'm asking i ... |
Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition |
daorc
Replies: 71
Views: 24469
|
Forum: Scripts & Functions Posted: Thu Oct 15, 2009 8:46 am Subject: Can I include the manifest? |
Hi all,
I'm trying to run a compiled ahk script in vista and I'm getting the Program Compatibility Assistant popping up saying "Windows detected that this program did not run correctly".
... |
Topic: MUkoTE: Mutes sound when window title matches text patterns |
daorc
Replies: 19
Views: 6359
|
Forum: Scripts & Functions Posted: Mon Sep 28, 2009 4:21 pm Subject: MUkoTE: Mutes sound when window title matches text patterns |
For those using this script for Spotify:
While it is tempting to bypass the adverts, if everyone does it Spotify will lose their income. They've done a fantastic thing allowing a lot of people to l ... |
Topic: Spotify without ads |
daorc
Replies: 21
Views: 9151
|
Forum: Scripts & Functions Posted: Mon Sep 28, 2009 4:20 pm Subject: Spotify without ads |
| I completely agree with Vitae111. While it is tempting to bypass the adverts, if everyone does it Spotify will lose their income. They've done a fantastic thing allowing a lot of people to legally l ... |
Topic: Delete empty folders |
daorc
Replies: 4
Views: 1078
|
Forum: Scripts & Functions Posted: Thu Jun 04, 2009 10:04 am Subject: Delete empty folders |
Hi all.
Here's a little script to delete empty all empty (less than 100kB) folders. I used 100kB instead of 0kB as having empty folders within other empty folders increases the size.
The user i ... |
Topic: checking if a hotkey is using a valid key name |
daorc
Replies: 3
Views: 262
|
Forum: Ask for Help Posted: Wed Jun 25, 2008 8:36 am Subject: checking if a hotkey is using a valid key name |
thanks, but I was meaning teh actual hash key, not a windows key. I have found the answer to my question, though, so for anyone wanting to do the same:
specify "useerrorlevel" in the hot ... |
| |