home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / REMDOOR2.ZIP / HOST.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-03-13  |  413 b   |  24 lines

  1. echo off
  2. cls
  3. jaxhost %1
  4. if exist quit goto done
  5. if not exist okay off %1
  6. del okay
  7. rem
  8. rem  Call REMDoor with the COM port as a parameter.
  9. rem     REMDoor 1    for COM1
  10. rem     REMDoor 2    for COM2
  11. rem
  12. rem  For COM2 uncomment the following line:
  13. rem     SET DSZPORT=2
  14. rem
  15. remdoor 1
  16. rem
  17. rem  Call jaxhost again to make sure the call is disconnected.
  18. rem
  19. jaxhost o
  20. off %1
  21. :done
  22. del quit
  23. :end
  24.