代码搜索:Scripting

找到约 2,777 项符合「Scripting」的源代码

代码结果 2,777
www.eeworm.com/read/113072/15470839

txt 329.txt

GetSpecialFolder 方法 Microsoft® Visual Basic® Scripting Edition GetSpecialFolder 方法 请参阅 语言参考 GetAbsolutePathName 方法 GetBaseName 方法 GetDrive 方法 GetDriveName 方法 GetExtensionName 方
www.eeworm.com/read/113072/15471330

txt 405.txt

FileSystemObject 对象 Microsoft® Visual Basic® Scripting Edition FileSystemObject 对象 方法 语言参考 CopyFile 方法 CopyFolder 方法 CreateFolder 方法 CreateTextFile 方法 DeleteFile 方法 DeleteF
www.eeworm.com/read/106115/15647380

asp default.asp

0 then set fscream = fs.Open
www.eeworm.com/read/104928/15681161

vbs sol5-12.vbs

Dim objFSO, objFolder Set objFSO = CreateObject("Scripting.FileSystemObject") 'delete the folder e:\data\word objFSO .DeleteFolder "e:\data\word" 'get and delete the folder e:\data\excel Set ob
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
www.eeworm.com/read/104439/15692812

asp default.asp

0 then set fscream = fs.Open
www.eeworm.com/read/186887/8893541

asp upload.asp

www.eeworm.com/read/281682/9141502

js writexml.js

function writeHeadXML() { var fso, tf; fso = new ActiveXObject("Scripting.FileSystemObject"); // 创建新文件 tf = fso.CreateTextFile("c:\\myxml.xml", true,true);//workspace\\WebExcel\\xmlfile\\
www.eeworm.com/read/366144/9828423

custom

## Custom part of the makefile for QMG 2.0 running under ## Windows, scripting with Matlab 5.x, compiled with ## MS VC++ 5.0 # Set this path to the location of matlab in your system. MATROOT = c:\m
www.eeworm.com/read/366144/9828552

custom

## Custom part of the makefile for QMG 2.0 running under ## Windows, scripting with Tcl/Tk 8.x, compiled with ## MS VC++ 5.0 # This is the directory where tcl.h is found. TCLINCLUDE = /It:\t