home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / comm / misc / 002 / hostdoor.bat < prev    next >
DOS Batch File  |  1993-04-20  |  1KB  |  35 lines

  1. :----------------------------------------------------------------------
  2. : It is recommended that you use this file only in a pinch as CTTY will 
  3. : only handle well-behaved DOS output.
  4. :
  5. : COPY, MD, CD, RD, DIR, EDLIN, TYPE and MORE are well-behaved.
  6. :
  7. : A MUCH better solution is to replace these commands with RMTCTL.EXE
  8. : which is available to registered users and will allow you to run any
  9. : text based DOS application - even those which write directly to video
  10. : memory. 
  11. :
  12. :---------------------------------------------------------------------
  13.  
  14. ECHO OFF
  15. CLS
  16.  
  17. ECHO       RMTCTL - The remote control program is available to 
  18. ECHP             registered users of Cedar Island Link.
  19. ECHO  
  20. ECHO               For more information, Contact:
  21. ECHO  
  22. ECHO                   Cedar Island Software
  23. ECHO                   9018 Division St.
  24. ECHO                   Juneau, Alaska  99801
  25. ECHO                        (907) 789-9030
  26. ECHO  
  27. ECHO   Now running a Remote DOS SHELL using CTTY COM%1: ...
  28. ECHO   Remote user will have to type EXIT to terminate this shell.
  29. ECHO   If you have entered this locally and noone is connected to COM%1:
  30. ECHO   then you will have to reboot your machine to recover.
  31. ECHO
  32. CTTY COM%1:
  33. COMMAND
  34. CTTY CON:
  35.