我很高興使用lua在windows系統中啟動一個程式 strProgram = '"C:\\Program Files\\Ps Pad\\PSPad.exe"' strCmd = 'start "" '..strProgram os.execute(strCmd)
確定! 回上一頁