sol5-13.vbs
来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 6 行
VBS
6 行
Dim objFSO, objFile
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.GetFile("C:\Data\report.doc")
'copy items from folder to network folder
objFile.Copy "H:\Data\"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?