也许是好东西——Windows Script Host-7[Format]
来源:岁月联盟
时间:2003-07-11
'**************************************************
' 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
上一篇:免费ASP空间集锦~~
下一篇:网络负载均衡(NLB)