batch-filedoslines-of-codecloc

How can I make a batch file to run the same cloc command with one click?


To run the command:

cloc-1.08.exe wizardry

Obviously I don't want to go into DOS every time I want to do a line count.


Solution

  • @echo off
    cloc-1.08.exe wizardry
    pause