home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 1.0 / Image.iso / toolbox / asc_hy / hy-html.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-31  |  693 b   |  22 lines

  1.      echo off
  2. Rem  -------------------------------------------
  3. Rem  --- TXDB  to  HTML    ---------------------
  4. Rem  -------------------------------------------
  5. Rem
  6. Rem  --- write text file names into tx-nodes.inp
  7. Rem
  8.      dir *.txt /ON /L /B > tx-nodes.inp
  9. Rem
  10. Rem  --- convert TXDB-format to HTML -----------
  11. Rem
  12.      echo "   --- TXDB-format to HTML  running ---  "
  13.      !hy-html
  14. Rem
  15. Rem  --- reference list's "from-to / to-from" , only for documentation!
  16. Rem  --- if "SORT" in your DOS not present: ignore the next step
  17. Rem  ---      (HP200LX MSDOS without SORT)
  18. Rem
  19.      echo off
  20.      sort /+16 < fromto.lst > tofrom.lst
  21.      echo --- TXDB-format to HTML  ready ---
  22.