The StringCheck tool is used to locate fixed strings in source code and XML files.
The program has command line and GUI interfaces that allow it to be used interactivly or as part of an automated test pass. In addition to hard coded string search functions, the GUI also allows the user to create and modify exlusions files, review results of a scan and create batch files for future automated runs.
Parameter Data Description -d Displays output in a window. Can be used with -w option. -w "File Name" Writes output to a file. Can be used with -d. -a Appends data to file specified in -w. If the -a option is not given, any existing file will be deleted. -p "Any valid path" Directory to scan. Default is ".\" -f "File filter" example ("*.cs") File filter. Default is "*.cs" -c "Command File" Writes all selected options to a command file of your choice. If this parameter is not given, command file is not created. -r Auto run. Runs program without GUI and terminates when run is complete. Use for batch files. -e "Exclusions file" Name of text file containing string types to exclude.