home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
pktbook
/
progs
/
rcom_zip
/
RTFINST.BA_
/
RTFINST.BA
Wrap
Text File
|
1994-06-08
|
461b
|
21 lines
@echo off
if (%1)==() goto xhelp
if not exist %1\wdr\nul md %1\wdr
echo copying RTF files to %1\wdr
copy wl$rtf.dyl %1\wdr
copy ws$rtf.dyl %1\wdr
echo RTF installation complete
goto end
:xhelp
echo.
echo Change directory to the RCOM install directory. i.e.
echo CD C:\PSRCOM
echo .
echo Then type
echo RTFINST drive:
echo.
echo drive: should be the drive letter on the
echo remote computer. e.g. RTFINST I:
echo.
:end