1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>cmptad</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9<STYLE type="text/css">
10<!--
11.sample_source{
12  background-color : #e8e8e8;
13}
14H3{
15  color : teal;
16}
17.command_list{
18  margin-bottom : 16pt;
19}
20.command_desc{
21  }
22.command_item{
23  margin-top : 16pt;
24  background-color : #e8e8e8;
25}
26.blockquoted_table {
27  border : 1px;
28  width : 80%;
29}
30TD,TH{
31  border-color	: #c0d8d8;
32  padding       : 1pt 4pt 1pt 4pt;
33  border-width  : 1px;
34  border-style  : solid;
35}
36-->
37</STYLE>
38</HEAD>
39<BODY>
40<H1 align="left">cmptad</H1>
41<H2>Description</H2>
42
43<P>The <CODE>cmptad</CODE> Windows tool checks the SRL identity of two specified files. Specifically, a check is made of the following combination.</P>
44<ul>
45<li>The SRL identity included in two specified TAD files
46<li>The identity of the SRL included in a specified TAD file and a specified SRL
47</ul>
48<P>
49Because different data is output each time a TAD file is created using <CODE>maketad.exe</CODE>, it is impossible to compare the SRL without this tool.
50</P>
51
52<H2>Using the Tool</H2>
53<H3>Start Command</H3>
54<P>
55<CODE>% cmptad [-s] &lt;tad1&gt;|&lt;srl1&gt; &lt;tad2&gt;|&lt;srl2&gt;</CODE>
56</P>
57
58<P>
59For <CODE>&lt;tad1&gt;|&lt;srl1&gt;</CODE> and <CODE>&lt;tad2&gt;|&lt;srl2&gt;</CODE>, specify the path to the target TAD or SRL file to be compared.
60</P>
61<P>
62Specifying the <CODE><B>-s</B></CODE> option prevents any output to standard out.
63</P>
64
65<H3>Return Values</H3>
66<ul>
67<li>Return value = 0: Returned when there is no error and the two files are the same.
68<li>Return value = 1: Returned when there is no error and the two files are different.
69<li>Return value = 2: Returned when there is an error with a command line argument.
70<li>Return value = 3: Returned when there is an error with a specified file.
71</ul>
72
73<H2>Location</H2>
74<P><CODE>$TwlSDK/tools/bin/cmptad.exe</CODE></P>
75
76<H2>See Also</H2>
77<P>None.</P>
78
79<H2>Revision History</H2>
80<P>
812008/12/04 Added a description of how to compare between TAD and SRL files.<BR> 2008/10/06 Initial version.
82</P>
83<hr><p>CONFIDENTIAL</p></body>
84</HTML>