代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/201318/15410979
js birun.js
var fso = new ActiveXObject( "Scripting.FileSystemObject" );
var script_path = WScript.ScriptFullName;
var gcBindowsDir = getBindowsFolder( fso.GetFile(script_path).ParentFolder.Path );
if ( WScrip
www.eeworm.com/read/104928/15681202
vbs updatejob.vbs
'updatejob.vbs
'copy job file from logon location to Tasks folder
Const WindowsFolder = 0
Dim objShell, strPath, objFSO, strVal
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objS