Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.6 KiB

  1. <html>
  2. <head>
  3. <title>StringCheck Help File</title>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  8. </head>
  9. <body>
  10. <H1>StringCheck2</H1>
  11. <H2>Overview</H2>
  12. <P>The StringCheck tool is used to locate fixed strings in source code and XML
  13. files.</P>
  14. <P>The program has command line and GUI interfaces that allow it to be used
  15. interactivly or as part of an automated test pass. In addition to hard coded
  16. string search functions, the GUI also allows the user to create and modify
  17. exlusions files, review results of a scan and create batch files for future
  18. automated runs.</P>
  19. <H2>Command Line Options</H2>
  20. <blockquote>
  21. <table border="1" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="80%" id="AutoNumber1">
  22. <tr>
  23. <td width="9%"><b><font size="4">Parameter</font></b></td>
  24. <td width="16%"><b><font size="4">Data</font></b></td>
  25. <td width="75%"><b><font size="4">Description</font></b></td>
  26. </tr>
  27. <tr>
  28. <td width="9%">-d</td>
  29. <td width="16%">&nbsp;</td>
  30. <td width="75%">Displays output in a window. Can be used with -w option.</td>
  31. </tr>
  32. <tr>
  33. <td width="9%">-w</td>
  34. <td width="16%">"File Name"</td>
  35. <td width="75%">Writes output to a file. Can be used with -d.</td>
  36. </tr>
  37. <tr>
  38. <td width="9%">-a</td>
  39. <td width="16%">&nbsp;</td>
  40. <td width="75%">Appends data to file specified in -w. If the -a option is
  41. not given, any existing file will be deleted.</td>
  42. </tr>
  43. <tr>
  44. <td width="9%">-p</td>
  45. <td width="16%">"Any valid path"</td>
  46. <td width="75%">Directory to scan. Default is ".\"</td>
  47. </tr>
  48. <tr>
  49. <td width="9%">-f</td>
  50. <td width="16%">"File filter" example ("*.cs")</td>
  51. <td width="75%">File filter. Default is "*.cs"</td>
  52. </tr>
  53. <tr>
  54. <td width="9%">-c</td>
  55. <td width="16%">"Command File"</td>
  56. <td width="75%">Writes all selected options to a command file of your
  57. choice. If this parameter is not given, command file is not created.</td>
  58. </tr>
  59. <tr>
  60. <td width="9%">-r</td>
  61. <td width="16%">&nbsp;</td>
  62. <td width="75%">Auto run. Runs program without GUI and terminates when run
  63. is complete. Use for batch files. </td>
  64. </tr>
  65. <tr>
  66. <td width="9%">-e</td>
  67. <td width="16%">"Exclusions file"</td>
  68. <td width="75%">Name of text file containing string types to exclude.</td>
  69. </tr>
  70. </table>
  71. </blockquote>
  72. <P><SPAN
  73. <v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600">
  74. <v:stroke joinstyle="miter"></v:stroke>
  75. <v:formulas>
  76. <v:f eqn="if lineDrawn pixelLineWidth 0"></v:f>
  77. <v:f eqn="sum @0 1 0"></v:f>
  78. <v:f eqn="sum 0 0 @1"></v:f>
  79. <v:f eqn="prod @2 1 2"></v:f>
  80. <v:f eqn="prod @3 21600 pixelWidth"></v:f>
  81. <v:f eqn="prod @3 21600 pixelHeight"></v:f>
  82. <v:f eqn="sum @0 0 1"></v:f>
  83. <v:f eqn="prod @6 1 2"></v:f>
  84. <v:f eqn="prod @7 21600 pixelWidth"></v:f>
  85. <v:f eqn="sum @8 21600 0"></v:f>
  86. <v:f eqn="prod @7 21600 pixelHeight"></v:f>
  87. <v:f eqn="sum @10 21600 0"></v:f></v:formulas>
  88. <v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"></v:path><?xml:namespace prefix = o ns =
  89. "urn:schemas-microsoft-com:office:office" />
  90. <o:lock aspectratio="t" v:ext="edit"></o:lock></v:shapetype></SPAN>&nbsp;</P>
  91. </body>
  92. </html>