2011-03-02 92 views

回答

6

是的,作爲LINQPad v4.45.05的:

LINQPad.exe "c:\path\to\my\script.linq" -run

要關閉LINQPad窗口,一定要在你的腳本的末尾調用此:

Process.GetCurrentProcess().CloseMainWindow();

相關問題