ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Ini-File writer

<< < (2/2)

rjbull:
You might find IniFile a useful tool:


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 write
INIFILE filename [section] item=    remove item
INIFILE filename [section] item==    clear item
INIFILE filename [section] /remove    remove entire section
INIFILE filename [section] item > temp.bat    read item
INIFILE filename [section] > temp.bat    read all items of section

Items and sections are generated if not found. The INI file must exist.

Reading an assignment sends a SET statement to STDOUT for redirection to a temporary batch file.


--- End quote ---

etude57:
Ok, Thank you very much for your help....I will try IniFile...You have been very helpfull.

With kind regards, etude57

Navigation

[0] Message Index

[*] Previous page

Go to full version