IniFile handles Windows type INI files with section names in square brackets, and assignments of the form: item=string.Syntax:INIFILE filename [section] item=string change or writeINIFILE filename [section] item= remove itemINIFILE filename [section] item== clear itemINIFILE filename [section] /remove remove entire sectionINIFILE filename [section] item > temp.bat read itemINIFILE filename [section] > temp.bat read all items of sectionItems and sections are generated if not found. The INI file must exist.Reading an assignment sends a SET statement to STDOUT, which can be redirected to a temporary batch file, or processed with a FOR /F construct.
Nice Program. But perhaps is better more automation with no command line. -Contro (January 06, 2011, 12:17 PM)