Showing tag results for VBScript

Oct 5, 2004
Post comments count0
Post likes count0

How Can I Pause a Script and Then Resume It When a User Presses a Key on the Keyboard?

ScriptingGuy1

Hey, Scripting Guy! I would like to be able to pause my script, then have it resume as soon as the user presses any key on the keyboard. How do I do that?-- AL Hey, AL. Boy, this question takes us back: “Press any key to continue,” along with “Abort, Retry, or Fail,” has to be one of the most famous phrases in computing history. Excuse us for a ...

Scripting Guy!scripting techniquesVBScript
Oct 4, 2004
Post comments count0
Post likes count0

How Can I Print Text Files Using a Script?

ScriptingGuy1

Hey, Scripting Guy! I have a bunch of text files in a folder. Is there a way to print those files using a script? I know I can use Microsoft Word to print the files from a script, but I don’t have Microsoft Word installed on that computer.-- MA Hey, MA. Don’t tell anyone from Microsoft we said this, but that’s OK; you don’t need Microsoft Word j...

Scripting Guy!scripting techniquesVBScript
Oct 1, 2004
Post comments count0
Post likes count0

How Can I Write to the Comments Field of a Document?

ScriptingGuy1

Hey, Scripting Guy! Can I add text to the Comments field of a file using a script?-- EF Hey, EF. For those of you who aren’t sure what EF is referring to, right-click a document in Windows Explorer and then click Properties. In the dialog box that appears, click on the Summary tab. See the text box labeled Comments? That’s the field EF would lik...

Scripting Guy!VBScriptstorage
Sep 24, 2004
Post comments count0
Post likes count0

How Can I Get a List of Exchange Servers Assigned to My Users?

ScriptingGuy1

Hey, Scripting Guy! How do I get a list of the Exchange servers (msExchHomeServerName) assigned to the users in an OU?-- BG Hey, BG. As you probably already figured out, you have two issues: you need to get a list of all the users in an OU, and then you need to figure out which Exchange server they’ve been assigned. Believe it or not, this is prob...

Scripting Guy!VBScriptActive Directory
Sep 23, 2004
Post comments count0
Post likes count0

How Can I Display Multiple Lines of Output in a Web Page?

ScriptingGuy1

Hey, Scripting Guy! How do I get multiple lines of output in a Web page using the Document.Body.InnerHTML property? I can only get one line of output on my page.-- CM Hey, CM. Sounds like you’re creating an instance of Internet Explorer and trying to display script output in it. And we’re willing to bet you’re using a script similar to this: In th...

Scripting Guy!scripting techniquesVBScript