home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / RCOM114 / DOS / RTFINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-10-13  |  469 b   |  21 lines

  1. @echo off
  2. if (%1)==() goto xhelp
  3. if not exist %1\wdr\nul md %1\wdr
  4. echo copying RTF files to %1\wdr
  5. copy rtf\wl$rtf.dyl %1\wdr
  6. copy rtf\ws$rtf.dyl %1\wdr
  7. echo RTF installation complete
  8. goto end
  9. :xhelp
  10. echo.
  11. echo Change directory to the RCOM install directory. i.e.
  12. echo CD C:\PSRCOM
  13. echo .
  14. echo Then type
  15. echo RTFINST drive:
  16. echo.
  17. echo         drive: should be the drive letter on the
  18. echo                remote computer. e.g. RTFINST I:
  19. echo.
  20. :end
  21.