sol5-9.vbs
来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 5 行
VBS
5 行
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder1 = objFSO.CreateFolder("c:\data")
'create a folder below the new data folder using the Folders object抯 Add method
Set objFolder2 = objFolder1.SubFolders.Add("Word")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?