home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / HEALTH / WINHERB.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-03-02  |  813b  |  34 lines

  1. echo off
  2. cls
  3. logo
  4. echo.
  5. echo.
  6. echo Welcome to the Windows Guide to Natures Herbs Install Program.
  7. echo This batch file will make a directory called HERBS on your
  8. echo hard disk and install the necessary files.
  9. echo.
  10. echo Press a key to make a directory and install the files
  11. echo.
  12. pause
  13. cls
  14. md\herbs
  15. copy group.exe \herbs
  16. copy herbs.exe \herbs
  17. copy ordrfrm.txt \herbs
  18. copy vbrun300.dll \windows\system
  19. cls
  20. echo.
  21. echo.
  22. echo Installation of files is complete.  Win Herbs will now run
  23. echo windows and attempt to make a group and icon for the program.
  24. echo.
  25. echo If it is unable to create an icon for you, you can create one
  26. echo yourself by running the file GROUP.EXE within windows.
  27. echo Thanks again for trying The Windows Guide to Nature's Herbs.
  28. echo.
  29. pause
  30. cls
  31. win group.exe
  32.  
  33.  
  34.