home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 1B
/
DATAFILE_PDCD1B.iso
/
_pocketbk
/
pocketbook
/
006
/
rcom102c_z
/
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