Random bit of info
Posted: Sat May 10, 2008 12:30 am
I've been writing a script inventory program to make it easier to process scripts. It basically goes through and sets headers on each script with the file name and path as well as number of lines of code.
Just to add extra info it also generates a report. This is the info on the first inventory run:
Note that this does not count spacer lines, comments, etc.
Archived topic from AOV, old topic ID:2849, old post ID:18007
Just to add extra info it also generates a report. This is the info on the first inventory run:
Code: Select all
Running script inventory please wait...
======================================
Inventory and header tagging completed
Files: 3711
Folders: 509
Lines of code: 409772
Previous lines of code: 409772
Lines added: 0
======================================
Press any key to continue . . .
Archived topic from AOV, old topic ID:2849, old post ID:18007