home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / title011.zip / sample.bat < prev    next >
DOS Batch File  |  2000-03-09  |  345b  |  15 lines

  1. : Sample batch file to test TITLE.COM
  2. : Copyright (c) 1999, 2000, NBG01720@nifty.ne.jp
  3. :
  4. title Hello!
  5. @pause
  6. title This title is too long
  7. @pause
  8. title 12345678901234567890
  9. @pause
  10. rem *** Null string to restore default title
  11. title
  12. @pause
  13. title Good bye!
  14. @pause
  15. rem *** when end of the batch execution, default title will be restored