<!-- '******************************************************************** '* '* File: Scriptomatic.hta '* Author: The Scripting Guys, Microsoft Corporation '* Created: August 2002 '* Modified: July 2003 (1.0 -> 1.1 -> 2.0) '* March 2004 '* Version: 2.0 '* '* Description: Scriptomatic is a WMI Scripting learning tool '* that creates example WMI scripts -- in VBScript, '* JScript, or Perl -- that retrieve instances of '* WMI managed resources that are described by '* dynamic classes in the WMI schema (also known as '* the Common Information Model or CIM). '* '* Dependencies: There are two (that we're aware of anyway): '* 1. You must run Scriptomatic on a WMI-enabled '* computer. Any Windows operating system that has '* the number 2000 or higher in its name, or XP, '* is a safe bet. '* 2. And to successfully run the scripts generated '* with Scriptomatic, well, you must be '* administrator. After all, these are system '* administration scripts. This piece of advice is '* especially important if you take advantage of '* the multiple computer feature that's new to '* this version of the tool. '* '* Copyright (C) 2003 Microsoft Corporation '* '******************************************************************** -->
<title>Scriptomatic Version 2.0 by The Microsoft Scripting Guys</title>
'**************************************************************************** '* Our HTML layout - the only thing of note here is that when each of the '* buttons is pressed (clicked), their onClick attributes causes the '* appropriate subroutine to be called '****************************************************************************