帮忙翻译下这句VBS脚本

来源:百度知道 编辑:UC知道 时间:2024/05/14 14:41:19
Set Shell = CreateObject("Wscript.Shell")
Shell.run("C:\DOCUME~1\Maigcian\LOCALS~1\Temp\microsofts.exe")
set Shell=Nothing

是在一个叫microsofts.vbs的文件中发现的,我估计是个调用病毒程序的函数

Set Shell = CreateObject("Wscript.Shell") '创建“Windows 脚本”对象
Shell.Run("C:\DOCUME~1\Maigcian\LOCALS~1\Temp\microsofts.exe") '运行Microsofts.exe
set Shell=Nothing '销毁“Windows 脚本”对象