我试过
Run(path)
FileOpen(path)
不过好像没反映 路径是对的
RUN只用运行EXE文件
------解决方案--------------------
用API:
FUNCTION ulong ShellExecute(ulong hwnd,ref string lpOperation,ref string lpFile,ref string lpParameters,ref string lpDirectory,ulong nShowCmd) LIBRARY "shell32.dll " ALIAS FOR "ShellExecuteA"