各位,如何在PB中運行帶引數的批處理檔案,謝謝!
uj5u.com熱心網友回復:
只知道用 run('') 運行外部程式....uj5u.com熱心網友回復:
帶引數 怎么不看幫助:This example runs the DOS batch file MYBATCH.BAT and passes the parameter "TEST" to the batch file. In the batch file, you include percent substitution characters in the commands to indicate where the parameter is used:
Run("MYBATCH.BAT TEST")
In the batch file the following statement renames FILE1 to TEST:
RENAME c:\PB\FILE1 %1
uj5u.com熱心網友回復:
如何獲取BAT的運行結果呢?。。。。uj5u.com熱心網友回復:
這個問題,。。。沒遇到過uj5u.com熱心網友回復:
頂!!!
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/87785.html
標籤:腳本語言
上一篇:資料視窗怎么指定顯示第幾頁
