Showing tag results for Scripting Guy!

Jun 7, 2005
Post comments count0
Post likes count0

How Can I Tally Items in a Text File?

ScriptingGuy1

Hey, Scripting Guy! How can I tally items in a text file?-- JA Hey, JA. If we understand you correctly you have a text file that consists of a number of lines, each line representing a particular item. Just to keep things simple, let’s say your text file consists of city names:City Seattle Seattle Los Angeles Chicago Seattle Los Angeles Pittsbur...

Scripting Guy!scripting techniquesVBScript
Jun 6, 2005
Post comments count0
Post likes count0

How Can I List All the User Profiles on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I list all the user profiles on a computer?-- GN Hey, GN. You want to know a secret? We hate questions about user profiles. It’s not that we have anything against user profiles. The problem is that user profiles represent an important part of a system administrator’s duties, and because of that everyone assumes that t...

Scripting Guy!VBScriptoperating system
Jun 3, 2005
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I List All the User Profiles on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I list all the user profiles on a computer? -- GN Hey, GN. You want to know a secret? We hate questions about user profiles. It’s not that we have anything against user profiles. The problem is that user profiles represent an important part of a system administrator’s duties, and because of that everyone assum...

Scripting Guy!VBScriptoperating system
Jun 2, 2005
Post comments count0
Post likes count0

How Can I Display More Than 1,023 Characters in a Custom Message Box?

ScriptingGuy1

Hey, Scripting Guy! I need to create a custom alert box that has over 1,000 characters in it. The message box used by Wscript.Echo can hold all the characters, but I can’t change the message box title. I can change the title of a message box used by the VBscript MsgBox function, but it won’t hold all my characters. Can you help?-- KB Hey, KB. Ta...

Scripting Guy!scripting techniquesVBScript
Jun 1, 2005
Post comments count0
Post likes count0

How Can I Retrieve the Path to the %windir% Folder on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I retrieve the path to the %windir% folder on a computer?-- DS Hey, DS. Interesting that you should ask this question. This same question happened to be asked on an internal Microsoft mailing list just the other day, and the answer given (not by one of the Scripting Guys we hasten to add) was an extremely complicated ...

Scripting Guy!VBScriptoperating system