2016-11-17 157 views

回答

0

您是否嘗試過START命令?

START 「標題」[/ d路徑] [選項] 「命令」[參數]

所以你.bat文件可能是這樣的:

@echo off 
echo starting Cassandra... 
START "c:\program files\Cassandra\Cassandra.exe" 
echo continuing to process code... 
REM more code here 
+0

START/B CALL .../path/cassandra/bin/cassandra.bat – Megha

+0

請編輯您的原始問題以包含批處理文件的內容。 –

+0

我也更新了我的答案。它*現在可能更有用。如果沒有,我們需要看你的代碼。 –

相關問題