1200 BPS Plus Modem (250-1018/A) DTR.COM Faxback Doc. # 16786 In order for your modem to operate properly when using any modem related DeskMate application, follow the procedure below to create a program called DTR.COM. If your modem is set for COM2, change line 0100 to: mov dx,02fc If the modem is set for COM1, no change is necessary. At the MS-DOS prompt, type: debug the screen displays: type: - n dtr.com - a 100 xxxx:0100 mov dx,03fc xxxx:0103 mov al,01 xxxx:0105 out dx,al xxxx:0106 mov ah,4c xxxx:0108 mov al,00 xxxx:010a int 21 xxxx:010c - rcx cx xxxx : 0c - w writing 000c bytes - q NOTE: The numeric values representd as xxxx will vary. Add the following line to your AUTOEXEC.BAT file so that DTR.COM runs automatically when you boot the computer. DTR Both DTR.COM and AUTOEXEC.BAT should be on your boot disk. Refer to your MS-DOS documentation for more information on AUTOEXEC.BAT. To create an AUTOEXEC.BAT file, you will need to be at an A:> prompt with your MS-DOS boot diskette in the drive and follow the instructions below: copy con autoexec.bat set dmconfig=c:\desk Then press the function key, that will produce a carot next to the capital letter Z. Then press If you already have an autoexec.bat, follow the instructions listed here from the A:> prompt with your MS-DOS boot diskette in the drive: edlin autoexec.bat *li 1*set dmconfig=c:\desk *e (ABO/all-08/31/95)