home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / HLPSYS10.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-28  |  509b  |  13 lines

  1. @echo off
  2. echo Installation starts....
  3. rem ┌──────────────────────────────────────────────────────┐
  4. rem │ This is a simple installation batch.                 │
  5. rem │ It is needed, because the naming of the files must be│
  6. rem │ Borland-forum-appropriate.                           │
  7. rem │ (Don't ask me)                                       │
  8. rem └──────────────────────────────────────────────────────┘
  9. echo Copying files...
  10. copy hftp.* helpfile.*>nul
  11. rem that's it.
  12. echo Installation complete!
  13.