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

  1. rem  OFF.BAT is called if the remote caller is unable to supply
  2. rem  the correct password.  It disconnects the call and recycles
  3. rem  to HOST.BAT
  4. echo off
  5. cls
  6. rem  Edit these lines to return to the drive and directory where
  7. rem  JaxHost is installed.
  8. rem
  9. d:
  10. cd \jax
  11. jaxhost o
  12. host %1
  13.  
  14.