home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textutil / qnv12.zip / DEMO.BAT next >
DOS Batch File  |  1993-08-11  |  302b  |  10 lines

  1. @echo off
  2. rem This loads QNV.COM, to view the file QNVIEW.TXT, with the title The Color
  3. rem Demo.
  4. qnv /qnview.txt/The Color Demo 
  5.  
  6.  
  7. rem This loads QNV.COM, to view the same file, with the title The Mono Demo,
  8. rem and forces QNV.COM into the mono mode.
  9. qnv /qnview.txt /The Mono Demo/MONO     
  10.