Windows批處理中獲取文件屬性的一些方法
來源:易賢網 閱讀:769 次 日期:2014-12-01 10:23:04
溫馨提示:易賢網小編為您整理了“Windows批處理中獲取文件屬性的一些方法”,方便廣大網友查閱!

windows的batchfile可以有%0-%9參數,其中%0默認表示batchfile的全路徑,%1-%9為用戶的傳入參數。

以下特殊標記可以用來獲得文件的屬性,如果對%0使用特殊標記,表示獲得batachfile的相關屬性,如果%1-%9中某個%*是個文件的路徑,也可以使用如下特殊標記來獲得%*表示文件的相關屬性。

例如:D:\testfolder\test.bat

代碼如下:

echo off

echo path name:

echo %1

echo fully qualified path name:

echo %~f1

echo dirive:

echo %~d1

echo path:

echo %~p1

echo name:

echo %~n1

echo extention:

echo %~x1

echo short name:

echo %~s1

echo attribute:

echo %~a1

echo time:

echo %~t1

echo size:

echo %~z1

echo directory:

echo %~dp1

調用時為D:\testfolder\test.bat "c:\test\new folder\mytable.txt",輸出如下:

代碼如下:

D:\>echo off

path name:

"c:\test\new folder\mytable.txt"

fully qualified path name:

c:\test\New Folder\mytable.txt

dirive:

c:

path:

\test\New Folder\

name:

mytable

extention:

.txt

short name:

c:\test\NEWFOL~1\mytable.txt

attribute:

--a------

time:

2010-09-27 15:01

size:

directory:

c:\test\New Folder\

更多信息請查看IT技術專欄

更多信息請查看腳本欄目

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
聯系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權所有:易賢網