Top Navigational Bar

Creating REPLY.COM In Debug
DocumentID: 619285
Revision Date: 29-Feb-96 1:38:32 PM

The information in this document applies to:
WordPerfect® 5.1 for DOS

Problem

Solutions: For specific instructions on DEBUG, see your DOS manual. The following information is just what is needed to create REPLY*.

Type the following information:
      At the C:\> prompt, type debug
      -a 100
      xxxx:0100 mov ah,8
      xxxx:0102 int 21
      xxxx:0104 cmp a1,0
      xxxx:0106 jnz 10a
      xxxx:0108 int 21
      xxxx:010a mov ah,4c
      xxxx:010c int 21
      xxxx:010e

To check the file, at the Debug prompt type -u 100 10d
and compare the results with what appears below:
      xxxx:0100 B408            mov            AH,08
      xxxx:0102 CD21            int            21
      xxxx:0104 3C00            CMP            AL,00
      xxxx:0106 7502            JNZ            010A
      xxxx:0108 CD21            INT            21
      xxxx:010A B44C            MOV            AH,4C
      xxxx:010C CD21            INT            21

It should look the same. If it does not, go back and re-enter the information.

To turn this into a file call REPLY.COM, type:
      -r cx
      CX 0000
      :e
      -n reply.com
      -w
      writing 000E bytes
      -q

This should put you back at a DOS prompt. You are now ready to use REPLY.COM.

Answer:

Details:


Product specifications, packaging, technical support and information (*Specifications*) refer to theUnited States retail English version only. Specifications for other versions may vary. All Specifications, claims, features, representations, and/or comparisons provided are correct to the best of our knowledge of the date of publication, but are subject to change without notice.OUR MAXIMUM AGGREGATE LIABILITY TO YOU AND THAT OF OUR DEALERS AND SUPPLIERS IS LIMITED. IT SHALL NOTEXCEED THE AMOUNT YOU PAID TO ACCESS THE INFORMATION. SEE LEGAL DISCLAIMER.