UseWordtoSearchforFiles_javascript技巧:Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer 代码如下:Set objWord = CreateObject(Word.Application) Set objDoc
导读UseWordtoSearchforFiles_javascript技巧:Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer 代码如下:Set objWord = CreateObject(Word.Application) Set objDoc
Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer 代码如下: Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Add()
For Each objFile in objWord.FileSearch.FoundFiles Wscript.Echo objFile Next
objWord.Quit
UseWordtoSearchforFiles_javascript技巧
UseWordtoSearchforFiles_javascript技巧:Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer 代码如下:Set objWord = CreateObject(Word.Application) Set objDoc