rem extractdvdsummary.btm sort extracted DVD macros, sort and format as HTML, one line summare of all DVDs rem invoked by extractsummaries, which in turn in invoked by dailycleanup @echo ExtractDVDSummary: tidy and extract DVDs... pushd E: cd E:\mindprod\dvd tidydvdmacros.exe %configuration attrib +h dvds.html extractdvdmacros.exe %configuration -dry . rem upc, title, author attrib -h dvds.html C: cd \temp csvreshape.exe dvdmacros.csv 0 1 2 1 2 csvdeentify.exe dvdmacros.csv 3 4 csvstriptags.exe dvdmacros.csv 3 4 rem s=case-sensitive string i=case-insensitive string, d=(double,float) $=dollar n=number(int,long) rem x=hex (\u 0x ff) l=length of field f=family name csvsort.exe dvdmacros.csv 4f+ 3i+ 0s+ csvreshape.exe dvdmacros.csv 0 1 2 rem build two cols from data in 3 csvtemplate.exe dvdmacros.csv E:\com\mindprod\stores\templated.txt copy /B E:\com\mindprod\stores\donotedit.htmlfrag + dvdmacros.txt E:\mindprod\include\dvds.htmlfrag E: cd \mindprod\dvd call E:\env\one . rem so html validator will not think they have changed untouch -q . popd rem -30-