Showing results for Web pages and HTAs - Scripting Blog [archived]

Aug 31, 2009
0
0

Hey, Scripting Guy! Can I Create a GUI for a Windows PowerShell Script?

ScriptingGuy1
ScriptingGuy1

 Hey, Scripting Guy! I know this may sound like a strange question, but I would like to create a graphical user interface for a Windows PowerShell script. I could do these kinds of things using a HTML Application (HTA) file, but I like writing Windows PowerShell scripts. If I could use some sort of functionality that would create a drop-down ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 1, 2008
0
0

Hey, Scripting Guy! How Can I Have Computer Configuration Information Written to an HTML File?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I need to obtain some basic configuration information from my computers on the network. It would be nice if the script would write the output in an HTML file that we could copy to our internal Web server. This would give us easy access to the information. Whadda ya say?- JE Hi JE, This morning, it is really cold, gray, and ...

Scripting Guy!Windows PowerShellscripting techniques
Oct 27, 2008
0
0

Hey, Scripting Guy! How Can I Create an HTA to Do Temperature Conversions?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I read with interest your "blog from down under," and I was interested in your function that converts Fahrenheit to Celsius. My wife and I are going on vacation to Germany, and I want to be able to do metric conversions. The problem, however, is that I do not want to install Windows PowerShell on my wife's laptop. Can you ...

Scripting Guy!scripting techniquesVBScript
Jul 21, 2008
0
0

Hey, Scripting Guy! How Can I Load a Drop-Down List From a Text File?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I have a text file that has a list of different store numbers and I would like to be able to populate a drop down list of an HTA.-- MH Hi MH, The basic task of reading data from a text file and using it to populate a drop-down list is pretty straightforward. Below is the code for an HTML Application (HTA) that does just that...

Scripting Guy!scripting techniquestext files
Jun 10, 2008
0
0

Hey, Scripting Guy! How Can I Apply a Timeout to an InputBox?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I know that, by using the WSH Popup method, you can time out a message box. Is it possible to do something similar with the InputBox function?-- JR Hey, JR. Greetings from sunny Florida! Well, at least we assume it’s sunny Florida; it’s late Sunday night as the Scripting Guy who writes this column writes this column, and...

Scripting Guy!scripting techniquesVBScript

Feedback