批次檔找出執行檔路徑

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

批次檔找出執行檔路徑

文章 yehlu »

Windows 要如何快速找到特定執行檔的所在目錄 ( which )
http://blog.miniasp.com/post/2010/10/24 ... where.aspx

代碼: 選擇全部

 @for %%e in (%PATHEXT%) do @for %%i in (%1%%e) do @if NOT "%%~$PATH:i"=="" echo %%~$PATH:i
回覆文章

回到「ASP/VBScript」