搜索资源列表
CreateTextFile
- 这个是个教你怎么在程序中产生文本文件的例子,是个不错的学习例子-This is a teach you how in the proceedings arising from a text file example is a good example of learning
vbs
- Set objFSO = CreateObject( scr ipting.FileSystemObject ) Set objTS = objFSO.OpenTextFile( users.txt ) Set objLog = objFSO.OpenTextFile( lognames.txt ) Set objBat = objFSO.CreateTextFile( newfolders.bat ) Do st