home *** CD-ROM | disk | FTP | other *** search
/ Colossal Cookbook / ColossalCookbook.cdr / diet / 2391 / install.bat next >
DOS Batch File  |  1991-07-08  |  845b  |  36 lines

  1. cls
  2. @echo off
  3. echo.
  4. echo.
  5. echo.
  6. echo Thank you for selecting Topp's Recipe Program.
  7. echo.
  8. echo The program will now create a directory on your C Drive called "Recipe"
  9. echo and copy the program files to the "Recipe" directory.
  10. echo.
  11. echo If this is not what you want to do press the Ctrl key and the C key now.
  12. echo.
  13. echo You may create any directory on any drive you desire and copy the
  14. echo disk files to that directory.
  15. echo.
  16. echo    Example: Type md {any name (8 character maximum)}
  17. echo             Type copy a:\*.* {drive letter}:\{name selected}
  18. echo             Then type "RECPRG"
  19. echo.
  20. echo If this is not clear please consult your DOS manual for making directories
  21. echo and copying files.
  22. echo.
  23. echo.
  24. echo.
  25. pause
  26. @echo off
  27. c:
  28. cd\
  29. md recipe
  30. cd\recipe
  31. @echo off
  32. copy a:\*.exe
  33. recprg
  34. del recprg.exe
  35. menu
  36.