| Author |
Message |
Topic: %Comspec% not sending the command. |
ggirf14
Replies: 3
Views: 152
|
Forum: Ask for Help Posted: Mon Oct 19, 2009 6:36 pm Subject: %Comspec% not sending the command. |
| It works Thank you. But why is "/c" needed? |
Topic: %Comspec% not sending the command. |
ggirf14
Replies: 3
Views: 152
|
Forum: Ask for Help Posted: Mon Oct 19, 2009 4:54 pm Subject: %Comspec% not sending the command. |
With the following lines I only get a DOS window (the command is not being passed to the DOS window)
SetWorkingDir, C:\WINDOWS\System32\
Run, %Comspec% net start wzcsvc,, ;hide |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 8:10 pm Subject: actual memory sticks on the mother board |
Randallf:
It's possible that i intentionally downloaded it at one point but I dont recall doing it, maybe it's a different version too
See the following URL: http://msdn.microsoft.com/en-us/library ... |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 7:14 pm Subject: actual memory sticks on the mother board |
Thank you!
Who hoo!
I was not aware of the concept of Standard Library. Thank you for the the missing link.
 |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 5:30 pm Subject: actual memory sticks on the mother board |
| Thanks Sean for the reply but I dont understand how to use the information. Read topic16632.htm [WMI COM] l I downloadded COM.ahk, IE.ahk, read the associated .txt files ran both ahk files tried to un ... |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 3:55 pm Subject: actual memory sticks on the mother board |
| Thanks randallf for WINMSD.EXE but it it from NT and A search fo C:\ did not find it on my Win XP sp2. but this lead me to look into msinfo32.exe. There is a few places where there seems to be hex for ... |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 2:10 pm Subject: actual memory sticks on the mother board |
| The very basic information I would need is : how many sticks. any additional ram information would be gravy. |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 2:08 pm Subject: actual memory sticks on the mother board |
| I agree but my knowlege on dll calls is VERY limited. I was hoping someone would be able to provide information about this. |
Topic: actual memory sticks on the mother board |
ggirf14
Replies: 12
Views: 1010
|
Forum: Ask for Help Posted: Thu Sep 10, 2009 4:57 pm Subject: actual memory sticks on the mother board |
| Is there a way to find information about actual memory sticks on the mother board? I am looking for size, type, and speed (I already have total RAM) |
Topic: Full name of local user account Windows XP |
ggirf14
Replies: 2
Views: 447
|
Forum: Ask for Help Posted: Wed Jan 09, 2008 9:07 pm Subject: Full name of local user account Windows XP |
Thank you!
This is what I needed.  |
Topic: Full name of local user account Windows XP |
ggirf14
Replies: 2
Views: 447
|
Forum: Ask for Help Posted: Thu Jan 03, 2008 3:40 pm Subject: Full name of local user account Windows XP |
Is there a way to retreive the full name of a local user account.
The following will only display the user name
MsgBox, %A_UserName%
I could not find information in the registry or on the forum ... |
Topic: Javaskript Internetbrowsing |
ggirf14
Replies: 4
Views: 681
|
Forum: Ask for Help Posted: Thu Jan 03, 2008 3:35 pm Subject: Javaskript Internetbrowsing |
Try this:
Run, C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.ogame.de/
WinWait, OGame.de - Microsoft Internet Explorer,
IfWinNotActive, OGame.de - Microsoft Internet Explorer ... |
Topic: SW copy protection |
ggirf14
Replies: 212
Views: 30087
|
Forum: Scripts & Functions Posted: Fri Nov 02, 2007 10:52 pm Subject: SW copy protection |
This post is very interesting. Quick question:
Does the fingerprint creation allows for some variable that allows to change of hardware or software that happen to every pc over a period of time?
My ... |
Topic: Switch textplace? |
ggirf14
Replies: 5
Views: 327
|
Forum: Ask for Help Posted: Mon Oct 22, 2007 8:29 pm Subject: Switch textplace? |
Simple ideal
Hotkey, ^1, label1
Hotkey, ^2, label2
Return
Label1:
Send, Test-one
Return
Label2:
Send, Test-two
Return
Select the text to replace than ctrl+1 wil replace s ... |
Topic: Missing PID if full path is not used. |
ggirf14
Replies: 2
Views: 259
|
Forum: Ask for Help Posted: Fri Oct 19, 2007 6:28 pm Subject: Missing PID if full path is not used. |
Works like a charm thank you.  |
| |