home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR009D.ZIP / KD.BAT < prev    next >
DOS Batch File  |  1990-02-15  |  997b  |  20 lines

  1. echo off
  2. cls
  3. if exist kd_draw.hhh ren kd_draw.hhh kd_draw.hlp
  4. if exist kd_draw.ddd ren kd_draw.ddd kd_draw.dft
  5. if exist kd_draw.dft goto start
  6. echo ┌──────────────────────────────────────────────────────────────────────┐
  7. if exist install.bat echo │If you have not already installed the program, run INSTALL first!!    │
  8. if exist install.bat echo │──────────────────────────────────────────────────────────────────────│
  9. echo │PC-KEY-DRAW needs to be configured to your system.  A configuration   │
  10. echo │screen will appear when the program is entered.  First time users need│
  11. echo │only worry about setting the drives to use for the workspace (ram disk│
  12. echo │is good if available) and for completed drawings.                     │
  13. echo │Use (Ctrl-s)tatus to reach configuration from within program.         │
  14. echo └──────────────────────────────────────────────────────────────────────┘
  15. pause
  16. :start
  17. if exist kdshell.bat del kdshell.bat
  18. kd_draw %1
  19. if exist kdshell.bat kdshell
  20.