home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / BATCH / TSBAT30.ZIP / ruler.bat < prev    next >
Encoding:
DOS Batch File  |  1991-07-09  |  342 b   |  13 lines

  1. @echo off
  2.  
  3. rem Ruler by Prof. Timo Salmi 9-Jul-91
  4. rem This simple batch helps to pinpoint the columns of the screen by
  5. rem displaying a ruler. The batch uses ansi escape sequences to avoid
  6. rem excessive scrolling.
  7.  
  8. echo A
  9. echo 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
  10. echo A
  11.  
  12. echo on
  13.