home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- jaxhost %1
- if exist quit goto done
- if not exist okay off %1
- del okay
- rem
- rem Call REMDoor with the COM port as a parameter.
- rem REMDoor 1 for COM1
- rem REMDoor 2 for COM2
- rem
- rem For COM2 uncomment the following line:
- rem SET DSZPORT=2
- rem
- remdoor 1
- rem
- rem Call jaxhost again to make sure the call is disconnected.
- rem
- jaxhost o
- off %1
- :done
- del quit
- :end
-