代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/185659/8993716
html ctalk.html
Introduction
C-Talk is interpreted scripting language with C-like syntax and dynamic type
checking. Variables in C-Talk have no type. So there is no compile time type
www.eeworm.com/read/182843/9188423
html luascript.html
MappyWin32 Lua scripting documentation
MappyWin3
www.eeworm.com/read/378183/9244659
dat vb_att23b.dat
语法
----
object.IsRootFolder
object 总是一个 Folder 对象。
说明
----
下面的代码举例说明了 IsRootFolder 属性的用法:
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
Sub DisplayLevelDepth(pathspec)
www.eeworm.com/read/165743/10052755
vbs autoctname.vbs
dim ComPname
set oshell=WScript.CreateObject("WScript.Shell")
oshell.run "cmd /c ipconfig /all|find ""Ph"">c:\MacToFile.txt"
set f=CreateObject("Scripting.FileSystemObject")
set LocalMac=f.OpenTex