| Author |
Message |
Topic: List computers on a a network. |
ggirf14
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Wed Jan 19, 2011 3:54 pm Subject: List computers on a a network. |
XP service pack 3
AutoHotkey 1.0.48.051.0.48.05 |
Topic: List computers on a a network. |
ggirf14
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Tue Jan 18, 2011 9:35 pm Subject: List computers on a a network. |
The message box comes out blank.
I'm on a Novell network and subnet with 255.255.254.0
I would need computers name from all subnets. |
Topic: List computers on a a network. |
ggirf14
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Tue Jan 18, 2011 5:52 pm Subject: List computers on a a network. |
| Is there something that could list all computers on a network? All I need is simply the list of computer names. |
Topic: %Comspec% not sending the command. |
ggirf14
Replies: 3
Views: 323
|
Forum: Ask for Help Posted: Mon Oct 19, 2009 5: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: 323
|
Forum: Ask for Help Posted: Mon Oct 19, 2009 3: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: 1124
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 7: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: 1124
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 6: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: 1124
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 4: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: 1124
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 2: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: 1124
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 1: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: 1124
|
Forum: Ask for Help Posted: Fri Sep 11, 2009 1: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: 1124
|
Forum: Ask for Help Posted: Thu Sep 10, 2009 3: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: 744
|
Forum: Ask for Help Posted: Wed Jan 09, 2008 8: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: 744
|
Forum: Ask for Help Posted: Thu Jan 03, 2008 2: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: 924
|
Forum: Ask for Help Posted: Thu Jan 03, 2008 2: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 ... |
| |