
如何用批處理運行天龍八部launchexe我的批處理文件和gme在同一個硬盤分區的根目錄下;我的游戲在移動硬盤里,目錄結構為“gametlbb ”等,在gme目錄下的征途可以用以下代碼運行@echo offset cd_=%cd%:loopset cd_=%cd_:*=%set cd_tmp=%cd_:=%if not %cd_tmp%==%cd_% goto loopset a=%cd_%for %%a in (%a%) do set b=%%~dafor %%b in (%a%) do set c=%%~npb%b%cdstart patchupdate .gaemztpatchupdate.exeexit而把start部分改成 start launch .gametlbblaunch.exe后,天龍八部的lanch.exe文件卻不能運行。不知是什么原因????盤符不是固定的因為是移動硬盤,所以在不同的機子里,盤符是不同的?,F在問題是start 為什么不能運行天龍八部的launch.exe文件。[ 最后由 samsara 于 2008-10-2 15:53]

