home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / info301a.zip / INSTALL.BAT < prev   
DOS Batch File  |  1994-12-29  |  1KB  |  54 lines

  1. @Echo Off
  2. Cls
  3. Echo.
  4. Echo Preparing to install:
  5. Echo INFO.BTM Copyright 1994,95 by Matt Walters; all rights reserved.
  6. Echo.
  7. Echo This program alters your AUTOEXEC.BAT
  8. Echo Press CTRL-Break now to stop (or follow the prompts).
  9. Echo This installation program also requires 4DOS.
  10. Echo.
  11. Pause
  12. on error goto End
  13. Echo.
  14. Echo Now installing...  May take a second...
  15. screen 12 0 |
  16. Echo.
  17. attrib +r info*.zip>>nul
  18. screen 12 0 /
  19. Pushd
  20. screen 12 0 -
  21. md c:\info
  22. screen 12 0 \
  23. copy info.btm c:\info>>nul
  24. screen 12 0 |
  25. copy info.doc c:\info>>nul
  26. screen 12 0 /
  27. copy file_id.diz c:\info>>nul
  28. screen 12 0 -
  29. copy history.txt c:\info>>nul
  30. screen 12 0 \
  31. copy install.bat c:\info>>nul
  32. screen 12 0 |
  33. del info.btm>>nul
  34. screen 12 0 /
  35. del info.doc>>nul
  36. screen 12 0 -
  37. del file_id.diz>>nul
  38. screen 12 0 \
  39. del history.txt>>nul
  40. screen 12 0 |
  41. screen 12 0 /
  42. cdd c:\
  43. screen 12 0 -
  44. copy autoexec.bat autoexec.bak>>nul
  45. screen 12 0 \
  46. echo PATH=%%PATH%%;C:\INFO;..>>C:\AUTOEXEC.BAT
  47. screen 12 0 |
  48. popd
  49. screen 12 0 /
  50. :End
  51. Echo.
  52. Echo Finished!
  53. Echo.
  54.