Search results

  1. A

    Report total lines of code in workspace?

    I don't know if RTB can do this, but I wrote a program that does that many years ago. It reads the file contents of *.p *.i & *.w files in a list of directories. Counts the number of files and the number of lines. I will attach it here
  2. A

    Change filename case

    I have had a similar problem but in the other direction as I need program to convert some file names for use on UNIX. On a windows system the only way I could find to rename the files was using a batch file using the rename function. e.g to convert to capital letters ren prog1.p PROG1.P. The...
Top