Skip to content

It is a batch file to count number of code lines under the project folder. It gives pages wise and over all count.

Notifications You must be signed in to change notification settings

deepak0401/LineCount-ASP.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LineCount-ASP.NET

It is a batch file to count number of code lines under the project folder. It gives pages wise and over all count.

Step 1: Run the batch files - "ASP.NET_CountOfLinesPerFile.bat". Step 2: This will prompt to enter complete path of the application (for ex.) - Step 3: Copy & paste application path and press run. Keep only relevant files and folders within the application folder otherwise output will be wrong. Step 4: After completion, it will show you total count of lines within the application folder - "Toatl count of lines in all files: " (it is for above app folder.)

This batch files generates three files:

  1. FileList.txt - Contains list of all files in the folder and its sub-folders
  2. CountOfLinesPerFile.txt - Contains line count per files in the folder and its sub-folders
  3. CountOfLinesPerFile.csv - Contains line count per files in the folder and its sub-folders (it is deleted at end of counting)

About

It is a batch file to count number of code lines under the project folder. It gives pages wise and over all count.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published