Showing results for dialog boxes - Scripting Blog [archived]

Jan 28, 2005
Post comments count0
Post likes count0

How Can I Show Users a Dialog Box for Selecting Files?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Is there any way I can use a script to present a user with a dialog box and let him or her select a file?-- BF Hey, BF. If you’re using Windows 2000, we don’t know of a way to do this, at least not a way that’s built into the operating system. That’s not the case with Windows XP, however. On Windows XP, you can use the UserAc...

Scripting Guy!scripting techniquesVBScript
Aug 16, 2004
Post comments count0
Post likes count0

How Can I Give a User a Yes/No Prompt?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I have a script which performs some file management tasks, and then should ask the user whether or not they want to delete a set of files. How do I ask a user a Yes or No question like this? -- SE, Casper, WY Hey, SE. There are a couple different ways that you can do this, but because you’re dealing with users the best way is p...

Scripting Guy!scripting techniquesVBScript