
Get assignments from INI files
Windows INI files have a standard format, which has also been adopted by a few DOS programs. Such files contain assignments of the form:
keyword=string
Example: SOURCE=F:\Internet\data
ADDRESS=myself@mailserver.net
SMTP=mail.server.com
INI files are used for (initial) settings of programs (see INI files in Windows folder), however they can also be used for your batch projects to keep variable settings in a separate control file.
VARGET will extract one or more entries from an INI file and set them as environmental variables, whenever you need them.
Example: call var get Source,address,SMTP from XJOB.INI
-------------------
VARGET extracts the line(s) with the given keyword(s), inserts the word "SET", and executes these SET instructions. Then you can use the variables as %source%, �dress% and %smtp%. Section names in square brackets are also supported.
Give VARGET a try to fully asess its capabilities!
keyword=string
Example: SOURCE=F:\Internet\data
ADDRESS=myself@mailserver.net
SMTP=mail.server.com
INI files are used for (initial) settings of programs (see INI files in Windows folder), however they can also be used for your batch projects to keep variable settings in a separate control file.
VARGET will extract one or more entries from an INI file and set them as environmental variables, whenever you need them.
Example: call var get Source,address,SMTP from XJOB.INI
-------------------
VARGET extracts the line(s) with the given keyword(s), inserts the word "SET", and executes these SET instructions. Then you can use the variables as %source%, �dress% and %smtp%. Section names in square brackets are also supported.
Give VARGET a try to fully asess its capabilities!
| Developer: License / Price: Size / OS: Last Updated: | Horst Schaeffer Freeware / FREE 5 KB / Windows All September 2nd, 2010 |
| Download: | VARGET 1.2 |