也许是好东西——Windows Script Host-7[Format]

发表于:2007-06-30来源:作者:点击数: 标签:
‘’-------------------好象在我机器上没成功-----------------

‘’**************************************************
‘’ File:    Format.vbs (WSH sample in VBScript)
‘’ Author:  (c) G. Born
‘’
‘’ Invoking the Format dialog box for a floppy disk
‘’**************************************************
Option Explicit

Dim WshObj      ‘’ Object for Run method

Set WshObj = Wscript.CreateObject("WScript.Shell")

WshObj.Run "RunDll32.exe Shell32.dll,SHFormatDrive", _
           1, True ‘’ Launch dialog box.

‘’*** End

原文转自:http://www.ltesting.net