home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 1.0 / Image.iso / toolbox / asc_hy / asc-hyp.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-07  |  616 b   |  18 lines

  1. rem --------------------------------------------------
  2. rem  ---  ASCII to HyperText                       ---
  3. rem --------------------------------------------------
  4.     echo off
  5.     txdbgen original.asc L
  6. rem --- save generated table of contents
  7.     copy L-c.txt L-c.gen
  8. rem --- replace generated table of contents with modified version
  9.     copy L-c.bak L-c.txt
  10. rem --- replace generated home-page with modified home-page
  11.     copy $basis.bak $basis.txt
  12.     copy intro-1.bak *.txt
  13.     copy L-i.bak *.txt
  14.     copy L-f.bak *.txt
  15.     copy L0001.bak *.txt
  16. rem ---  TXDB
  17.     txdb TEXTSYST=EDIT,FARBE,DOS
  18.