home *** CD-ROM | disk | FTP | other *** search
/ MS DOS Archives 1 / MS-DOS_Archives_Volume_One_Walnut_Creek.iso / msdos / graphics / kd_draw3.arc / AUTOEXEC.BAT next >
DOS Batch File  |  1987-09-25  |  855b  |  20 lines

  1. echo off
  2. rem DATEIT is a copyrighted program that has no restriction on distribution
  3. rem DATEIT is used to replace the DOS DATE command.  It remembers the last
  4. rem date entered.  It is great for anyone that does not have an onboard
  5. rem clock. Feel free to copy it to other disks.
  6. DATEIT
  7. rem You may want to add several commands to this AUTOEXEC.BAT file.  Such as
  8. rem GRAPHICS to load graphics printer driver, GRAFTABL to provide extended
  9. rem ASCII characters, and possibly the Mouse drivers.  See KD.BAT
  10. cls
  11. type I.BAT
  12. pause
  13. rem Several BATch files are included to automate various aspects of using
  14. rem PC-KEY-DRAW.  You may want to modify these BATch files to meet your own
  15. rem needs.  MENU.BAT displays the names of the other available BATch files.
  16. rem To run PC-KEY-DRAW use KD.BAT or KD-DRAW.EXE by entering KD or KD-DRAW.
  17. menu
  18.  
  19.  
  20.