当前位置:编程学习 > asp >>

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

答案:'-------------------好象在我机器上没成功-----------------

'**************************************************
' 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

上一个:也许是好东西——Windows Script Host-5关机/For win9x
下一个:查看ASP源代码的方法

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,