home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo ... Activating Procomm's host fix ...
- rem
- rem This sample batch file can be use to invoke procomm with the host
- rem F)iles & S)hell problems fixed...But first it has to be customize
- rem to match your particular system configuration as indicated below:
- rem
- rem
- rem There are 4 FIXHST??.COM files. Determine the one that's right for
- rem you as follows:
- rem
- rem Your Your
- rem File Dos Booted Modem is Addrs
- rem name: From Drv: as:
- rem
- rem FIXHSTA1.COM A: COM1:
- rem
- rem FIXHSTA2.COM A: COM2:
- rem
- rem FIXHSTC1.COM C: COM1:
- rem
- rem FIXHSTC2.COM C: COM2:
- rem
- rem
- rem Now set the comspec string below to point to the drive and
- rem path in which the FIXHST??.COM file (the one you chose above)
- rem resides:
- rem
- SET COMSPEC=?:\???????\FIXHST??.COM
- rem
- rem for example, if you have an xt (boot from drv C) and the IBM modem
- rem is addressed as COM1: and you put the FIXHSTC1.COM file in directory
- rem C:\PROCOMM the statement above will look like this:
- rem SET COMSPEC=C:\PROCOMM\FIXHSTC1.COM
- rem
- procomm %1 %2 %3 %4 %5
- rem
- rem The comspec string below should be set to point to the root
- rem directory of the drive you booted dos from.
- rem
- SET COMSPEC=?:\COMMAND.COM
- rem
- rem In our example, the above statement will look like this:
- rem SET COMSPEC=C:\COMMAND.COM
- rem
- rem And you are done. Good luck!!!!!!
- rem
- echo ... Procomm's host fix disable ... System back to normal ...