home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
comm
/
misc
/
002
/
hostdoor.bat
< prev
next >
Wrap
DOS Batch File
|
1993-04-20
|
1KB
|
35 lines
:----------------------------------------------------------------------
: It is recommended that you use this file only in a pinch as CTTY will
: only handle well-behaved DOS output.
:
: COPY, MD, CD, RD, DIR, EDLIN, TYPE and MORE are well-behaved.
:
: A MUCH better solution is to replace these commands with RMTCTL.EXE
: which is available to registered users and will allow you to run any
: text based DOS application - even those which write directly to video
: memory.
:
:---------------------------------------------------------------------
ECHO OFF
CLS
ECHO RMTCTL - The remote control program is available to
ECHP registered users of Cedar Island Link.
ECHO
ECHO For more information, Contact:
ECHO
ECHO Cedar Island Software
ECHO 9018 Division St.
ECHO Juneau, Alaska 99801
ECHO (907) 789-9030
ECHO
ECHO Now running a Remote DOS SHELL using CTTY COM%1: ...
ECHO Remote user will have to type EXIT to terminate this shell.
ECHO If you have entered this locally and noone is connected to COM%1:
ECHO then you will have to reboot your machine to recover.
ECHO
CTTY COM%1:
COMMAND
CTTY CON: