[FILES] dst_file=.\pipedlg.dat run_file=.\idob_bat.bat src_file=\version.inf ;iq_exe=c:\notebook\programs\register\itp32.exe ;Sections named TEXT* will read from a text file ;the string specified by: ;src_sect=filename ;src_key=linenumber ;and write that string to dst_file at location: ;dst_sect=section ;dst_key=key ; [TEXT1] ;product src_sect=.\idob_out.txt src_key=1 dst_sect=Register dst_key=502 [TEXT2] ;model src_sect=.\idob_out.txt src_key=2 dst_sect=Register dst_key=252 [TEXT3] ;serial src_sect=.\idob_out.txt src_key=3 dst_sect=Register dst_key=250 ;Sections named ## will read ;from src_file the string specified by ;src_sect=section ;src_key=key ;and write that string to dst_file at location: ;dst_sect=section ;dst_key=key ; ;For all sections, the 'special' key, if found, ;indicates how to format the string case-wise. ;The special string is a character mapped representation ;of desired format. I.e. for ;special=UUllll ;the first 2 chars will be uppercase. ;last 4 will be lowercase [1] src_sect=General src_key=Swid dst_sect=Register dst_key=BID [2] src_sect=General src_key=Platform dst_sect=Register dst_key=PID [3] src_sect=General src_key=Option dst_sect=Register dst_key=Option [4] src_sect=General src_key=OS dst_sect=Register dst_key=OS ;Any section named DATE* will cause a GetDateFormat() ;API call to be made. The resulting string will be put ;into section specified by 'dst_sect' and key specified by ;'dst_key'. The format key is passed to the GetDateFormat ;as the 'date format string' parameter. See API documentation ;for date format string options. ;[DATE_MONTH] ;dst_sect=Preload ;dst_key=320 ;localized month name ;format=MMMM ;special=l ;month as digit NO leading 0's ;format=M ;[DATE_DAY] ;dst_sect=Preload ;dst_key=321 ;two digit day, leading 0's as req. ;format=dd ;two digit day, NO leading 0's ;format=d ;[DATE_YEAR] ;dst_sect=Preload ;dst_key=322 ;four digit year ;format=yyyy ;Any section named LOCALE* will cause a GetLocaleInfo() ;API call to be made. The resulting string will be put ;into section specified by 'dst_sect' and key specified by ;'dst_key'. The format key is passed to the GetLocaleInfo ;as the 'LCType' parameter. See API documentation and header file ;for LCType options. ;[LOCALE_COUNTRY] ;dst_sect=Preload ;dst_key=218 ;;LOCALE_SCOUNTRY ;format=0x08