Process
Process用于执行外部程序。
方法
Dim Proc As New Process '定义一个新的ProcessProc.File = "C:\test.txt" '指定要打开的文件Proc.Close
代码报错