home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / xbatch.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1988-09-14  |  112b  |  10 lines

  1. echo off
  2. cls
  3. if "%1" == "/m" goto mono
  4. if "%1" == "/M" goto mono
  5.  
  6. dd2 7 1 14 1 7
  7.  
  8. :mono
  9. dd2 0 7 7 0 7
  10.