Search found 12 matches

by nanodroid
Thu Mar 22, 2012 6:19 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

Thanks dude that did it you rock....oh no fascination with notepad. I just wanted to know of a different way to display information.....you were a big help. I will continue to study the FSO, Opentextfile etc......hopefully I will be able to contribute to these forums like you did for me. Thanks.....
by nanodroid
Wed Mar 21, 2012 8:40 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

It worked fine the information did display within the command prompt windows. But lets' say that I wanted that information to display in notepad.exe....is that possible.
by nanodroid
Wed Mar 21, 2012 8:16 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

One more question can you guys assist me on this script. I can get all of the information to display via Wscript.Echo. But what I really want it to do is display the information all together without pressing Ok on every msgbox. Here is the script. Set objFSO = CreateObject("Scripting.FileSystem...
by nanodroid
Tue Mar 20, 2012 3:57 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

Thanks I will get these books very soon thanks for the information.
by nanodroid
Tue Mar 20, 2012 3:08 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

jvierra what do you think about the book VBScript WMI,and ADSI unleashed. I bought this book and have been studying it for about a month.
by nanodroid
Mon Mar 19, 2012 6:25 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

I have a script that I grabbed from the Technet Microsoft website. It works fine but I would like to know how to change the echo command a command that will allow it to get the information, then send it to notepad.exe and then print the information in the notepad. Here it is: Set wshShell = WScript....
by nanodroid
Mon Mar 19, 2012 6:25 am
Forum: VBScript
Topic: Technet Microsoft: Computer name script
Replies: 10
Views: 10389

Technet Microsoft: Computer name script

I have a script that I grabbed from the Technet Microsoft website. It works fine but I would like to know how to change the echo command a command that will allow it to get the information, then send it to notepad.exe and then print the information in the notepad. Here it is: Set wshShell = WScript....
by nanodroid
Thu Feb 24, 2011 4:16 am
Forum: VBScript
Topic: Scripting Error
Replies: 6
Views: 2797

Scripting Error

Thanks jcierra I will do that...also what do you think of the book that I'm reading called VBScript WMI, ADSI unleashed. Is this good for beginners like miself.
by nanodroid
Thu Feb 24, 2011 3:43 am
Forum: VBScript
Topic: Scripting Error
Replies: 6
Views: 2797

Scripting Error

Figured it out I wasn't saveing the file correctly: I was saveing it without double quotations: ie. "Sample1.vbs" then the icon showed up on my desktop....thank Jvierra.
by nanodroid
Thu Feb 24, 2011 3:22 am
Forum: VBScript
Topic: Scripting Error
Replies: 6
Views: 2797

Scripting Error

The command is suppose to show a dialog box that states "Display Output" but its just opening the notepad. I tried the commands that you gave me but they didn't work. I'm at a brick wall......