| Author |
Message |
Topic: Wait for one window or another |
silveredge78
Replies: 2
Views: 62
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 1:32 am Subject: Wait for one window or another |
| Reading the manual is a good thing as previously stated. Check out [url=http://www.autohotkey.com/docs/commands/WinWait.htm]WinWait. |
Topic: Bad if statement? |
silveredge78
Replies: 1
Views: 46
|
Forum: Ask for Help Posted: Fri Aug 29, 2008 1:30 am Subject: Bad if statement? |
| So, I'm trying to do a comparison to do an incremental for another variable. The variable I am trying to compare with works in the first MsgBox, but doesn't work accordingly in the If/Else If/Else. ... |
Topic: Formate Date Time menu |
silveredge78
Replies: 24
Views: 3170
|
Forum: Scripts & Functions Posted: Mon Aug 18, 2008 5:51 am Subject: Formate Date Time menu |
vixay> That appears to work from what I can tell. Hooray for streamlining code.  |
Topic: RegEx help needed... - [Solved] |
silveredge78
Replies: 3
Views: 105
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 10:31 pm Subject: RegEx help needed... - [Solved] |
Exactly what I wanted!! Thanks! Instead of 8 lines of code or so, it's one. Thanks for the explanation as well.  |
Topic: RegEx help needed... - [Solved] |
silveredge78
Replies: 3
Views: 105
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 8:07 pm Subject: RegEx help needed... - [Solved] |
I am wanting to strip out several characters out of a string. I need to remove all
commas
periods
the word NULL
spaces
single & double quotes
left & right parenthesis
hyphens
from ... |
Topic: ServerCheck via Alive ping test |
silveredge78
Replies: 5
Views: 4073
|
Forum: Scripts & Functions Posted: Tue Jun 10, 2008 10:55 pm Subject: ServerCheck via Alive ping test |
manny1966>
Thanks for reminding me about this post. Make sure you have the latest AutoHotkey installed. Try using the new script version and make sure you are using the correct versions of Alive ... |
Topic: SQL Query/Extraction Using ADO help needed |
silveredge78
Replies: 1
Views: 197
|
Forum: Ask for Help Posted: Fri May 23, 2008 11:27 pm Subject: SQL Query/Extraction Using ADO help needed |
I am trying to use the code found Author: tfcahm
; Found at: http://www.autohotkey.com/forum/viewtopic.php?p=137323#137323
#SingleInstance Force
#Persistent
#NoEnv
S ... |
Topic: [Solved] Cannot figure out why this triggers... |
silveredge78
Replies: 1
Views: 119
|
Forum: Ask for Help Posted: Wed May 14, 2008 12:06 am Subject: [Solved] Cannot figure out why this triggers... |
I figured it out I think. This seems to address it.
StringCaseSense, On |
Topic: newbie needs quick help |
silveredge78
Replies: 6
Views: 151
|
Forum: Ask for Help Posted: Tue May 13, 2008 11:57 pm Subject: newbie needs quick help |
| I would look more at [url=http://www.autohotkey.com/docs/commands/CoordMode.htm]CoordMode. |
Topic: [Solved] Cannot figure out why this triggers... |
silveredge78
Replies: 1
Views: 119
|
Forum: Ask for Help Posted: Tue May 13, 2008 11:55 pm Subject: [Solved] Cannot figure out why this triggers... |
If A_GuiEvent = I
{
MsgBox, GuiEvent: %A_GuiEvent%`nErrorLevel: %ErrorLevel%
If ErrorLevel Contains s
MsgBox, ErrorLevel has s
If ErrorLevel Contains S, ... |
Topic: [Solved] Setting folder permissions remotely |
silveredge78
Replies: 2
Views: 103
|
Forum: Ask for Help Posted: Wed Apr 30, 2008 10:31 pm Subject: [Solved] Setting folder permissions remotely |
Saw that one. But no, it does not really do what I want it to do. I have instead found this [url=http://www.ss64.com/nt/cacls.html]CACLS documentation, and it does exactly what I want.  |
Topic: [Solved] Setting folder permissions remotely |
silveredge78
Replies: 2
Views: 103
|
Forum: Ask for Help Posted: Wed Apr 30, 2008 8:46 pm Subject: [Solved] Setting folder permissions remotely |
I am trying to set folder permissions on several remote machines on my network. I am the domain administrator. I searched and did not find anything that seemed like what I needed.
Can someone poi ... |
Topic: Formate Date Time menu |
silveredge78
Replies: 24
Views: 3170
|
Forum: Scripts & Functions Posted: Thu Apr 10, 2008 6:31 pm Subject: Formate Date Time menu |
| markus2005> I completely understand what you are talking about. Anytime I can make something a subroutine or a function, I take the time to do it. You never know when a future script might need s ... |
Topic: Formate Date Time menu |
silveredge78
Replies: 24
Views: 3170
|
Forum: Scripts & Functions Posted: Wed Apr 09, 2008 10:20 pm Subject: Formate Date Time menu |
^+F9::
SendInput % CalendarDate()
return
CalendarDate()
{
Global F_Date
Global FormatChoice
Gui, 3:Add, Text, x6 y10 w130 h20,Enter the da ... |
Topic: ADO COM |
silveredge78
Replies: 51
Views: 6116
|
Forum: Scripts & Functions Posted: Wed Apr 09, 2008 5:26 pm Subject: ADO COM |
| I reviewed this post and it looks very promising. I'm not too great at DB things. However I have need to pull data from MS SQL 2000 databases for clients. I currently use t4esql to do it. It pulls ... |
| |