home *** CD-ROM | disk | FTP | other *** search
/ Chestnut's Multimedia Mania / MM_MANIA.ISO / home / legal81 / install.bat < prev    next >
DOS Batch File  |  1993-10-30  |  2KB  |  55 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ═════════════════════════════════════════════════════════════════════ 
  4. ECHO Your Personal Legal Guide Installation
  5. ECHO ═════════════════════════════════════════════════════════════════════ 
  6. ECHO  
  7. ECHO This utility will create a directory called GUIDE on the %1: drive
  8. ECHO and install the software in that directory.  If no drive letter is
  9. ECHO shown in the previous sentence, then hold down the CTRL key and
  10. ECHO push the "break" key.  For the installation utility to work you
  11. ECHO need to type the word INSTALL, a space, and then the letter for
  12. ECHO the drive you want the legal guide installed on.  For example, to
  13. ECHO install on the C: drive, you would type:
  14. ECHO  
  15. ECHO               INSTALL C
  16. ECHO  
  17. ECHO Push any key to continue with the installation.
  18. ECHO  
  19. PAUSE
  20. ECHO  
  21. ECHO  
  22. ECHO  
  23. ECHO  
  24. ECHO  
  25. ECHO ═════════════════════════════════════════════════════════════════════ 
  26. ECHO Your Personal Legal Guide Installation - Installation In Progress
  27. ECHO ═════════════════════════════════════════════════════════════════════ 
  28. ECHO  
  29. MD %1:\GUIDE
  30. COPY INSTALL.BAT %1:\GUIDE
  31. COPY GUIDE1.EXE %1:\GUIDE
  32. ECHO  
  33. ECHO  
  34. ECHO If you are installing the legal guide from 5-1/4" floppy disks, put
  35. ECHO disk #2 in the floppy disk drive and push ENTER.  If you are installing
  36. ECHO it from a 3-1/2" disk or a hard drive, just push enter.
  37. ECHO  
  38. PAUSE
  39. COPY GUIDE2.EXE %1:\GUIDE
  40. %1:
  41. CD \GUIDE
  42. GUIDE1
  43. DEL GUIDE1.EXE
  44. GUIDE2
  45. DEL GUIDE2.EXE
  46. ECHO  
  47. ECHO  
  48. ECHO  
  49. ECHO ═════════════════════════════════════════════════════════════════════ 
  50. ECHO Your Personal Legal Guide Installation - Installation Complete
  51. ECHO ═════════════════════════════════════════════════════════════════════ 
  52. ECHO  
  53. ECHO Type GUIDE and push ENTER to start using "Your Personal Legal Guide"
  54. ECHO  
  55.