Showing tag results for Scripting Guy!

Jul 27, 2005
Post comments count0
Post likes count0

How Can I Include Multiple Subroutines in a Single onClick Parameter in a HTA?

ScriptingGuy1

Hey, Scripting Guy! In your HTA examples, you show us how you can click a button and cause a single subroutine to run. How can I add two or more subroutines to the onClick parameter for a button?-- FM Hey, FM. You know, there’s an interesting branch of cognitive psychology known as problem finding; the idea is that your ability to answer a quest...

Scripting Guy!scripting techniquesVBScript
Jul 26, 2005
Post comments count0
Post likes count0

How Can I Tile the Windows on the Desktop?

ScriptingGuy1

Hey, Scripting Guy! I have a script that opens nine different command windows in order to monitor performance. How can I tile those windows horizontally after they’ve all been opened?-- AM Hey, AM. You know, one of the Scripting Guys might not be much when it comes to scripting, but he is a master of one thing: he has a near-monopoly on totally ...

Scripting Guy!VBScriptdesktop management
Jul 25, 2005
Post comments count0
Post likes count0

How Can I Retrieve a List of the System DSNs on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I retrieve a list of the System DSNs on a computer?-- RT Hey, RT. You know, there’s an old Hollywood superstition that suggests that famous movie stars always die in threes: if a famous star dies today, then according to legend two more famous stars are doomed to die in the next week as well. We don’t know if that’s t...

Scripting Guy!VBScriptoperating system
Jul 22, 2005
Post comments count0
Post likes count0

How Can I Determine if the Local Administrator Account has been Renamed on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I determine if the local administrator account has been renamed on a computer?-- KF Hey, KF. You know, our first thought was to tell you to use ADSI and try to bind to the local administrator account on the computer; if that failed, that would mean that there was no account named Administrator on that computer. In tur...

Scripting Guy!VBScriptother Directory Services
Jul 21, 2005
Post comments count1
Post likes count0

How Can I Determine the Current Screen Resolution Being Used on a Computer?

ScriptingGuy1

Hey, Scripting Guy! How can I determine the current screen resolution being used on a computer? You know, things like 1600x1200 resolution, 16-bit color, that kind of information.-- FE Hey, FE. Remember when you were a kid and your mom would have that annoying habit of beginning a discussion by answering the question you didn’t ask? For example,...

Scripting Guy!VBScripthardware