inifile配置文件讀寫工具[下載]_第三方命令行工具

工具1:inifile.cmd


使用方法: (在批處理中請使用call命令調用)

    inifile iniFilePath [section] [item]                      

例子:                                                         

      inifile c:\boot.ini                                     

      讀取c:\boot.ini的所有[section]                          

      inifile c:\boot.ini "[boot loader]"                     

      讀取c:\boot.ini [boot loader]段的內容                   

      inifile c:\boot.ini "[boot loader]" timeout             

      顯示c:\boot.ini [boot loader]段 timeout的值             

07-04-26 新增設置變量的功能,只需將下面的setvar=0改爲1即可     

09-11-05 重寫並優化部份代碼,修正不能正確設置變量的BUG

   

下載地址:inifile.cmd 配置文件讀寫工具


官方網址:http://chenall.net/post/batch_inifile/?replytocom=121


工具2:inifile.exe


NIfile.exe, ver. 1.2 (c) 2006, Horst Schaeffer

Syntax:

   IniFile.exe IniFilePath [section] parameters

Parameters:     Function:

   item=string  assign

   item=        remove item

   item         read assignment *)

   /remove      remove section

   (none)       read all assignments of section *)

                *) sends SET statement(s) to STDOUT


下載地址:inifile.exe 配置文件讀寫工具


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章