관리 메뉴

PC Geek's

Windows Script Host (MSDN) 링크 본문

프로그램

Windows Script Host (MSDN) 링크

알림! 이 페이지는 단지 기록용입니다. 사용기나 팁글이 아닙니다.
Microsoft OS에 사용하는 것이니만큼, 취미로 손댄다 해도 MS 공식 페이지 문헌은 조금 읽어야겠기에. 아래 내용은 모두 출처가 Microsoft.com 임을 밝혀둡니다. 편의상 세 섹션의 첫 페이지 부분만 발췌했습니다.

MSDN페이지
http://msdn.microsoft.com/en-us/library/9bbdkx3k%28VS.85%29.aspx

Microsoft Windows Script Technologies

Updated: August 2009

The following table lists the Windows script technologies and describes the functionality included in each technology.

JScript

The powerful Microsoft scripting language targeted specifically at the Internet. JScript 5.8 is the Microsoft implementation of the ECMA 262 language.

VBScript

Microsoft Visual Basic Scripting Edition brings active scripting to a wide variety of environments. These include Web client scripting in Microsoft Internet Explorer and Web server scripting in Microsoft Internet Information Services.

Script Runtime

A Dictionary object is the equivalent of a PERL associative array. Items can be any form of data, and are stored in the array.

The FileSystemObject (FSO) object model lets you use the familiar object.method syntax with a rich set of properties, methods, and events to process folders and files.

Script Encoder is a simple command-line tool that enables script designers to encode their final script so that Web hosts and Web clients cannot view or modify their source.

Windows Script Components

Microsoft Windows Script Components give you an easy way to create COM components using scripting languages such as Microsoft Visual Basic Scripting Edition (VBScript) and Microsoft JScript.

Windows Script Host

The Microsoft Windows Script Host (WSH) is a tool that lets you run Visual Basic Scripting Edition and JScript natively in the base operating system.

Windows Script Interfaces

Microsoft Windows Script Interfaces provide a way for an application to add scripting and OLE Automation capabilities.


Windows Script Host Basics

Microsoft® Windows® Script Host (WSH) is a language-independent scripting host for Windows Script compatible scripting engines. It brings simple, powerful, and flexible scripting to the Windows 32-bit platform, allowing you to run scripts from both the Windows desktop and the command prompt.

Windows Script Host is ideal for non-interactive scripting needs, such as logon scripting, administrative scripting, and machine automation.

What Is WSH?

General overview of Windows Script Host

Creating Scripts that Can Be Used by WSH

How to create a WSH-compatible script: 헬로월드 있음!

Windows Script Host Object Model

A roadmap to the architecture

WSH Language

List of elements that make up WSH Reference.


Running Your Scripts

There are three ways to run your scripts.

  • In the Windows environment, double-click the icon of the script (you run script files the same way you run regular executable files).

  • In the Windows environment, click the Start button, and then click Run. In the Open field of the Run dialog box, type the full path of the script, and click OK.

  • From the command line, type the name of the script.


이 글과 같은 분류글목록으로 / 최신글목록 이동
Comments
Viewed Posts
Recent Comments
Recent Posts