home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cons-010.zip / Console / src / doc / prep.cmd
OS/2 REXX Batch file  |  1997-10-02  |  237b  |  10 lines

  1. @echo off
  2. cd ..\..\doc
  3. call convert Console-rus.html from koi8 to alt
  4. call html2ipf index.html
  5. call convert Console-rus.html from alt to koi8
  6. ipfc -i -s -D:7 -C:866 index.ipf Console.inf
  7. del index.ipf
  8. del *.bmp
  9. view Console.inf
  10.