1. Open the Powershell on your windows.
2. Go to the project directory
3. Execute the following line.
c:\project\(dir -include *.vb -recurse | select-string .).Count
Here, "c:\project\" is the directory having my vb.net project.
2. Go to the project directory
3. Execute the following line.
c:\project\(dir -include *.vb -recurse | select-string .).Count
Here, "c:\project\" is the directory having my vb.net project.
No comments: