Showing results for October 2004 - Page 4 of 5 - Scripting Blog [archived]

Oct 8, 2004
0
0

How Can I Add a Domain User to a Local Administrators Group?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I add a domain user to the local Administrators group in a computer?-- MB Hey, MB. One reason we started doing this column was because we wanted to know more about what system administrators do (and script) on a regular basis. As it is, sitting here in our luxurious penthouse suites atop the Microsoft campus, we’re no...

Scripting Guy!VBScriptActive Directory
Oct 7, 2004
0
0

How Can I Determine the Owner of a File?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Is there a way to determine the owner of a file by using a script?-- BD Hey, BD. As a matter of fact there is a way to use a script to determine the owner of the file, though it’s understandable why you might not be able to find that information on your own. After all, there are two main scripting interfaces used for managing...

Scripting Guy!VBScriptsecurity
Oct 6, 2004
0
0

How Can I Tell Which Scripts are Running on a Computer?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I tell which scripts are running on a computer?-- NW Hey, NW. This is a question we’re always a little reluctant to answer, because there’s a 50-50 chance you’ll be disappointed with what you hear. If you are running Windows 2000 (or a previous version of Windows), the answer is pretty straightforward: you can’t. A sc...

Scripting Guy!VBScriptoperating system
Oct 5, 2004
0
0

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

ScriptingGuy1
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
0
0

How Can I Print Text Files Using a Script?

ScriptingGuy1
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