home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1B / DATAFILE_PDCD1B.iso / _pocketbk / pocketbook / 006 / rcom102c_z / RTFINST.BA_ / RTFINST.BA
Text File  |  1994-06-08  |  461b  |  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 wl$rtf.dyl %1\wdr
  6. copy 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.