问题描述:
Exec函数的使用方法?所属产品线:
AVEVA™ Plant SCADA解决方法:
使用按钮打开电脑中自带的文件,可以使用Exec()函数,具体用法:
如果是调用.exe文件,Exec("c:\winnt\system32\mspaint.exe",1)
如果是调用excel文件,Exec("C:\Program Files\Microsoft Office\OFFICE11\excel.exe C:\Documents and Settings\User01\My documents\Test.xls”,1)
第一个参数需要填写两个路径,第一个是execel的执行路径,第二个是文件的路径
如果是调用Word文件,同理Exec("C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE C:\Documents and Settings\User01\My documents\Test.doc”,1)
是否有帮助?