home *** CD-ROM | disk | FTP | other *** search
- echo off
- Rem -------------------------------------------
- Rem --- TXDB to HTML ---------------------
- Rem -------------------------------------------
- Rem
- Rem --- write text file names into tx-nodes.inp
- Rem
- dir *.txt /ON /L /B > tx-nodes.inp
- Rem
- Rem --- convert TXDB-format to HTML -----------
- Rem
- echo " --- TXDB-format to HTML running --- "
- !hy-html
- Rem
- Rem --- reference list's "from-to / to-from" , only for documentation!
- Rem --- if "SORT" in your DOS not present: ignore the next step
- Rem --- (HP200LX MSDOS without SORT)
- Rem
- echo off
- sort /+16 < fromto.lst > tofrom.lst
- echo --- TXDB-format to HTML ready ---