LineCounter by Sureshot - FAQ

If you can't find the requested information, please consult the manual. It may have the required information.

Frequently Asked Questions
--------------------------

1. Why can't I recurse directories or use wildcards to match files?

1. Why can't I recurse directories or use wildcards to match files?
-------------------------------------------------------------------

LineCounter can not recurse directories or use wildcards to match files. We recommend that you try the JiveLint project format. A JiveLint project file contains file names separated by a new line, so it is easy to generate such project file.

For example, you can generate a JiveLint project file by using the dir command,

dir /S /B c:\source\java > p1.jnt

and then run linecounter,

linecounter -projects p1.jnt