On TV.com: THE GIRLS NEXT DOOR photos
21 Resources for

windows script

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean WSH (37 results)

TechRepublic Resources

Create your own reusable dialog box for Windows Script Host
How can I do this in current IEHi All,in the current IE I get Script warnings in the nice yellow security bar of IE. So my code does no longer work this way. Is there a new way to create dialogs in VBScript?ThanksDietmar
Tags: Web browsers, Scripting languages, Microsoft Windows, enghauser_dietmar@..., Microsoft Internet Explorer, WSH
Discussion threads 2007-09-10
runtime error 429
On reboot I am getting a VB Critical box. The title bar has the word "realtime" in it. The error says "Runtime error 429, ActiveX cannot create object".. I believe this is the cause of some other programs that just stopped working. I have run every spyware, adware, virus program,...
Tags: AnswerMan, MDAC 2.8, Microsoft Data Access Components, Microsoft Office, Microsoft Windows, windows, Windows Script, Windows Script 5.6
Q&A 2006-01-02
Get up to speed on scripting tools and techniques
This introductory chapter to Windows Admin Scripting Little Black Book, Second Edition, lays a solid foundation for understanding scripting techniques and introduces the three major scripting tools that the book focuses on: shell scripting, KiXtart, and Windows Script Host. It begins with an overview of scripts and how they compare...
Tags: ADSI, built-in, COM, essentials, Kixtart, logon, manipulation, Microsoft Windows, Microsoft Windows Active Directory, network, registry, shell, technique, tool, window, Windows Script, WMI, WSH
Download resources 2005-07-26
Login Scripts
I need to know what is the command line in a batch filelogin script to map drives to specific groups. (ie: in novell it was something like this "IF MEMBER OF "groups" THEN)" but I need it for Windows 2000 login script.ifmember utilityThe Resource kit has a utility called ifmember.exe...
Tags: Microsoft Windows, networking, rmdennis@..., Windows Script, WindowsServ/2003/all/techref/en-us/Default.asp?url=/, WSH
Discussion threads 2004-11-02
Oracle Tip: Automate Oracle utilities with Windows Script Host
This article originally appeared in the Oracle e-newsletter. Click here to subscribe automatically. With each new Windows OS release, the command prompt gets furtheraway from the user. Oracle still ships most of its main serverutilities as command-line utility programs, so it's becomingincreasingly difficult to perform simple tasks. However,...
Tags: Scripting languages, Operating systems, Scott Stephens, Microsoft Windows, Oracle Corp., Wscript.Shell, Windows Script, WSH
Technical articles 2004-05-24
First steps in VBS scripting for administrators
Most network administrators have found scripting to be an invaluable tool for automating complex or repetitious tasks. However, although many are familiar with Windows shell scripting and batch files, even the most experienced network administrator may find the powerful VBS scripting somewhat intimidating. VBS scripting is a subset of Microsoft...
Tags: Allen V. Rouse MCSE, MCDBA, CCNA, Introducing FileSystemObject, Microsoft Windows, VBS, Windows Script, WSH
Technical articles 2003-02-10
Use this script to quickly configure Outlook signatures
Would you like to add a special note to your Outlook signature each week--like a reminder to your staff? Here's a script that lets you modify your signature without having to drill down through layers.You’d probably rather not waste time hunting for application options that are inconveniently placed deep in...
Tags: Scripting languages, Operating systems, Microsoft Office, Michael Jackman, Windows Script, WSH, Microsoft Windows, Microsoft Outlook
Technical articles 2002-08-15
TechRepublic Tutorial: Automate Win2K's Network Connectivity Tester to isolate network problems
Simplify the use of the Network Connectivity Tester and bring it into the GUI interface by automating it with Windows Script Host and VBScript.After you’ve installed Windows 2000 Support Tools, chances are good that you’ve experimented with the Network Connectivity Tester (Netdiag.exe) and discovered that it can be an extremely...
Tags: Operating systems, Network administration, PRODUCTIVITY, Scripting languages, Greg Shultz, Using Windows 2000, Network Connectivity Tester, Microsoft Windows, network connectivity, Windows Script, Microsoft Windows 2000, network, tool, WSH
Technical articles 2002-06-19
Automate tasks with Windows Script Host's SendKeys method
Are repetitive computer tasks taking up all of your time? Learn how to use the SendKeys method to automate those tasks that use the same keystroke and mouse combinations.Hidden deep within the Windows Script Host’s object model is a small but powerful method called SendKeys that allows you to send...
Tags: Scripting languages, Operating systems, Greg Shultz, Windows Script Host 5.6, Sendkeys, Windows Script, Microsoft Windows, WSH
Technical articles 2002-06-11
Make your VB apps scriptable with the Microsoft Windows Script Control
Integrating an automation language into an application can be an expensive business. Check out this no-cost alternative that leverages the Windows Script Control.Although the Windows Script Host WSH has lately gotten an inordinate amount of bad press as the enabling medium behind scores of e-mail script viruses, it does have...
Tags: Scripting languages, Lamont Adams, window, Microsoft Corp., Windows Script, Microsoft Windows, WSH, VBA, Windows Script Control, Microsoft Visual Basic
Technical articles 2002-05-20
Do you use Windows Script Host scripts to troubleshoot?
Polling Place examines the results of TechProGuild's Quick Poll: Do you work with Windows Script Host to design scripts that perform troubleshooting functions?
Tags: Scripting languages, Jim Wells MBA, Windows Script, WSH, Microsoft Windows, Polling Place
Technical articles 2002-01-14
Get IT Done: Keep track of your computers with this Network Address Inventory Utility
Download the Network Address Inventory Utility to map a networkWhen troubleshooting network problems, having a list of basic information about each system on the network, such as the host name, IP Address, and MAC address can be a big help. However, manually gathering that information can take hours, as you...
Tags: Scripting languages, Operating systems, NETWORKING, Microsoft Excel, Get IT Done, computer, Greg Shultz, Windows Script, Microsoft Windows, network, Network Address Inventory Utility, WSH, Windows Script Host 5.6
Technical articles 2002-01-15
Create your own reusable dialog box for Windows Script Host
If you find Windows Script Host lacking in the customizable dialog box department, you are not alone. In this Daily Drill Down series, Greg Shultz takes you through the process of overcoming this limitation using VBScript.If you’ve been following my series of Daily Drill Downs on using Windows Script...
Tags: Scripting languages, Greg Shultz, Microsoft Windows, WSH, DialogBox, DialogBox function, dialog box, Windows Script, Microsoft VBScript
Technical articles 2001-09-05
Examples of uniting VBScript and JScript scripting languages with Windows Script Files
If you need further proof that Windows Script File is a powerful tool in building scripts, then look no further. In part two of a Daily Drill Down series from Greg Shultz, he provides an in-depth look at how to combine two disparate scripting languages.In part one of my Daily...
Tags: Scripting languages, Greg Shultz, Windows Script, scripting language, Windows Script File, Microsoft VBScript, Function GetVBScriptEngineInfo, Microsoft JScript, Vbver, Microsoft Windows
Technical articles 2001-07-16
Uniting the VBScript and JScript scripting languages with Windows Script Files
When working with VBScript and JScript scripting languages, you now have a new tool for importing them into one file. The XML-based Windows Script Files can handle the task, as Greg Shultz explains in part one of a two-part Daily Drill Down series.When Microsoft introduced Windows Script Host 2.0,...
Tags: Operating systems, Scripting languages, Greg Shultz, Microsoft JScript, scripting language, Microsoft VBScript, Windows Script, Microsoft Windows, Windows Script Files, Windows Script File, XML
Technical articles 2001-07-09
Tracking down objects to script
Ever wonder if there are other objects you can use in your scripts to manipulate applications? Tracking them down is half the battle. This Daily Drill Down examines some of the resources you can use to find out about scripting other objects.When you’re working with Windows Script Host,...
Tags: Scripting languages, Operating systems, Microsoft Office, Greg Shultz, Windows Script, WSH, Microsoft Windows
Technical articles 2001-06-14
Windows Script Host tutorial: Debugging and testing your scripts
In part three of his Windows Script Host tutorial, Greg Shultz demonstrates how to use several techniques and applications to quickly locate errors in your scripts.When you first get started with the Windows Script Host and its scripting languages, chances are that you’ll spend a lot of time tracking down...
Tags: Scripting languages, Operating systems, Greg Shultz, Windows Script, WSH, Microsoft Windows
Technical articles 2001-05-08
Get IT Done: Create an integrated development environment for Windows Script Host
Make it easier to create scripts with these tipsIf you’re just getting started with the Windows Script Host and its scripting languages, you may find the open environment in which you develop your scripts a bit distracting. By open environment, I mean that there’s no single application that you use...
Tags: Scripting languages, Operating systems, Development tools, Greg Shultz, Get IT Done, SynEdit, WSH, Windows Script, Microsoft Windows, development environment, IDE
Technical articles 2001-04-23
Windows Script Host tutorial: Pseudocode algorithms and other programming basics
Want to script your own Windows solutions? In this Drill Down by Greg Schultz, you'll learn some programming techniques that will help you prepare to script in VBScript or JScript.In several of my Daily Drill Downs, I showed you how to take advantage of the Windows Script Host and VBScript...
Tags: Scripting languages, Operating systems, Development tools, Greg Shultz, Windows Script, Microsoft Windows, WSH, programming
Technical articles 2001-04-05
Get IT Done: Create a file renaming script with Windows Script Host
Quickly rename files with this scriptIn my Daily Drill Down “Getting Started with Windows Script Host,” I introduced you to the Windows Script Host and asserted that it and its accompanying scripting engines, VBScript and JScript, are packed with features and capabilities that allow you to automate just about any...
Tags: Operating systems, Scripting languages, Web browsers, Get IT Done, Greg Shultz, Microsoft Windows, Windows Script, WSH, Microsoft Internet Explorer, Active Desktop
Technical articles 2001-02-01


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Securing Home Networks
When you set up your own home network, you don't have the benefit of an IT staff that's dedicated to safeguarding your data and systems--it's up to yo ...
Buy Now

All-in-One Printers