home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / elvis22g.zip / lib / printdoc.bat < prev    next >
DOS Batch File  |  2002-04-10  |  1KB  |  35 lines

  1. REM () { :; }
  2. REM This little script will print the documentation.  It does this by invoking
  3. REM elvis on each documentation file in turn, telling elvis to print the file
  4. REM via its :lpr command and then quit.  The complete manual should be about
  5. REM 200 pages long.
  6. REM
  7. REM     THIS ASSUMES YOU HAVE ALREADY SET UP THE PRINTING OPTIONS!
  8. REM
  9. REM This script should work under DOS, Windows/NT, and the UNIX "ksh" shell or
  10. REM clones such as "bash".  The first line of this file allows "sh" to accept
  11. REM these REM lines without complaint, by defining it as a do-nothing function.
  12.  
  13. elvis -Gquit -clp elvis.html
  14. elvis -Gquit -clp elvisvi.html
  15. elvis -Gquit -clp elvisinp.html
  16. elvis -Gquit -clp elvisex.html
  17. elvis -Gquit -clp elvisre.html
  18. elvis -Gquit -clp elvisopt.html
  19. elvis -Gquit -clp elvisdm.html
  20. elvis -Gquit -clp elvisgui.html
  21. elvis -Gquit -clp elvisos.html
  22. elvis -Gquit -clp elvisses.html
  23. elvis -Gquit -clp elviscut.html
  24. elvis -Gquit -clp elvismsg.html
  25. elvis -Gquit -clp elvisexp.html
  26. elvis -Gquit -clp elvistag.html
  27. elvis -Gquit -clp elvisnet.html
  28. elvis -Gquit -clp elvistip.html
  29. elvis -Gquit -clp elvistrs.msg
  30. elvis -Gquit -clp elvisqr.html
  31. elvis -Gquit -clp elvis.man
  32. elvis -Gquit -clp ctags.man
  33. elvis -Gquit -clp ref.man
  34. elvis -Gquit -clp fmt.man
  35.