home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / KALENDER / EZDIARY2 / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-01-14  |  575b  |  28 lines

  1. @echo off
  2. echo.
  3. echo.
  4. echo.
  5. echo.
  6. echo             Make sure diary files are in the directory you
  7. echo             want the program to run in. 
  8. echo             Press any key to install or Control-C to exit
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. pause
  14. mkdir help
  15. move *.hlp help
  16. cls
  17. echo.
  18. echo.
  19. echo.
  20. echo                       Installation Complete                         
  21. echo.
  22. echo                I will delete the install program
  23. echo                which will generate an error message.
  24. echo                            IGNORE IT
  25. echo.
  26. pause
  27. del install.bat
  28.