home *** CD-ROM | disk | FTP | other *** search
- rem OFF.BAT is called if the remote caller is unable to supply
- rem the correct password. It disconnects the call and recycles
- rem to HOST.BAT
- echo off
- cls
- rem Edit these lines to return to the drive and directory where
- rem JaxHost is installed.
- rem
- d:
- cd \jax
- jaxhost o
- host %1
-
-