| Author |
Message |
Topic: Loop |
silveredge78
Replies: 2
Views: 60
|
Forum: Ask for Help Posted: Fri Feb 03, 2012 10:51 pm Subject: Loop |
I assume that if Kal doesn't exist, you just want it to do nothing. That said, something like this would do what you want. Be sure to read the documentation on F5::
IfWinExist, Kal
... |
Topic: Run as Administrator (XP/Vista/7) A_IsAdmin Params [Lib] |
silveredge78
Replies: 36
Views: 10888
|
Forum: Scripts & Functions Posted: Sat Nov 12, 2011 5:01 am Subject: Run as Administrator (XP/Vista/7) A_IsAdmin Params [Lib] |
| Yes and no. I want it to do that but I have the credentials I can supply the script itself to have that admin access. My thought is to have it authenticate, elevate then run. Perhaps this isn't the ... |
Topic: Run as Administrator (XP/Vista/7) A_IsAdmin Params [Lib] |
silveredge78
Replies: 36
Views: 10888
|
Forum: Scripts & Functions Posted: Fri Nov 11, 2011 11:24 pm Subject: Run as Administrator (XP/Vista/7) A_IsAdmin Params [Lib] |
No, I want to run this on a Windows XP machine. It will be run by a generic user. It needs to run with administrator privileges as it will enable/disable the wifi adapter.
If this will not work, ... |
Topic: Run as Administrator (XP/Vista/7) A_IsAdmin Params [Lib] |
silveredge78
Replies: 36
Views: 10888
|
Forum: Scripts & Functions Posted: Fri Nov 11, 2011 9:15 pm Subject: Run as Administrator (XP/Vista/7) A_IsAdmin Params [Lib] |
I'm wanting to use this in an XP environment, where the user is a Power User. I use a compiled script, and my code is below:
RunAsAdmin()
Run, cscript.exe ToggleNIC.wsf, Hide
ExitApp
... |
Topic: How to make hotstring out of variable |
silveredge78
Replies: 12
Views: 309
|
Forum: Ask for Help Posted: Tue Oct 04, 2011 10:42 pm Subject: How to make hotstring out of variable |
| HotKeyIt> If I was wanting to make a compiled script that generated dynamic hotstrings, would I be able to package this dll with it? Or would I just have to make sure this dll is installed with th ... |
Topic: Donate? |
silveredge78
Replies: 12
Views: 1557
|
Forum: General Chat Posted: Thu May 19, 2011 2:45 am Subject: Donate? |
| I took SKAN's advice and emailed him. He said to just paypal him through the support@autohotkey.com email address. |
Topic: My status and website changes |
silveredge78
Replies: 87
Views: 14052
|
Forum: Announcements Posted: Tue May 17, 2011 2:00 pm Subject: My status and website changes |
| I'm a bit late on this I realize. But I too wanted to thank Chris. I took some programming languages in college, but could never quite get the hang of it or feel comfortable with it. I had given up ... |
Topic: Donate? |
silveredge78
Replies: 12
Views: 1557
|
Forum: General Chat Posted: Tue May 17, 2011 1:58 pm Subject: Donate? |
| Is there a specific link to donate that isn't 3 years old? I'd like to donate but want to make sure it's going to Chris. I know he isn't developing things anymore, but it's his work that I want to s ... |
Topic: COM Object Reference [AutoHotkey_L] |
silveredge78
Replies: 190
Views: 53668
|
Forum: Scripts & Functions Posted: Fri Apr 08, 2011 2:34 pm Subject: COM Object Reference [AutoHotkey_L] |
Frankie> That's pretty awesome. It is a LOT less code! It works to pull out the basic data that I had been getting before.
Why is there a comma on the second line here:
pField:= pFields.I ... |
Topic: COM Object Reference [AutoHotkey_L] |
silveredge78
Replies: 190
Views: 53668
|
Forum: Scripts & Functions Posted: Thu Apr 07, 2011 10:14 pm Subject: SQL querying |
I am interested in implementing AHK_L but need to migrate some of my code accordingly.
I use a variant of the first post on [url=http://www.autohotkey.com/forum/topic16565.html]ADO COM - Database Q ... |
Topic: Compiling fails most of the time on windows 7 |
silveredge78
Replies: 7
Views: 939
|
Forum: Bug Reports Posted: Thu Dec 09, 2010 12:57 am Subject: Compiling fails most of the time on windows 7 |
| I have this issue as well on my Windows 7 Professional 32-bit workstation. If I try to compile from my network drive (which always worked in XP), it fails 90% of the time. If I copy it to my local d ... |
Topic: RegEx question - [Solved] |
silveredge78
Replies: 9
Views: 366
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 8:08 pm Subject: RegEx question - [Solved] |
| VxE> I can't do that as I need to be able to put them back in later after parsing. What I am doing is extracting this information from an SQL table, parsing it to check for things, and if it meets ... |
Topic: RegEx question - [Solved] |
silveredge78
Replies: 9
Views: 366
|
Forum: Ask for Help Posted: Fri Sep 24, 2010 7:55 pm Subject: RegEx question - [Solved] |
a4u> Fantastic. That seems to do exactly what I need!
RegExReplace(Cleaned, "[^,]\K""([^,]*?)""", "±$1±")
I seem to be ... |
Topic: How to do a 2-Step Hotkey |
silveredge78
Replies: 3
Views: 273
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 11:32 pm Subject: How to do a 2-Step Hotkey |
So maybe something like:
#x::{Ctrl Down}xs{Ctrl Up} |
Topic: RegEx question - [Solved] |
silveredge78
Replies: 9
Views: 366
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 11:25 pm Subject: RegEx question - [Solved] |
MasterFocus> Thanks! I knew it would be something simple. Next question, how can I get it to replace *only* the ", and not the preceding or following character. Such as
"1"," ... |
| |