rem propCountryFacts.btm @echo propagate the country facts to other country files REM using moneyfacts.csv as the master source, spin off country info for website E: cd \com\mindprod\repair copy moneyfacts.csv bycountrycode.csv csvreshape bycountrycode.csv 6 0 1 csvsort bycountrycode.csv 1s+ 2i+ csvdedup bycountrycode.csv rem col 2 already entified csvtotable bycountrycode.csv alignedmiddle "" countrycode country copy /B donotedit1.htmlfrag + bycountrycode.htmlfrag E:\mindprod\jgloss\include\bycountrycode.htmlfrag rem copy moneyfacts.csv bycountryname.csv csvreshape bycountryname.csv 6 1 0 csvsort bycountryname.csv 1i+ 2s+ csvdedup bycountryname.csv rem col 1 already entified csvtotable bycountryname.csv alignedmiddle "" country countrycode copy /B donotedit1.htmlfrag + bycountryname.htmlfrag E:\mindprod\jgloss\include\bycountryname.htmlfrag del bycountrycode.csv del bycountrycode.htmlfrag del bycountryname.csv del bycountryname.htmlfrag rem -30-