I'm a newbee to programming in batch-files on windows, so hopefully someone can help me: I want to use a batch file to sum up all values of column 3 in a csv-file called 'TEST.csv':
01/01/2013;1;1342
01/01/2013;2;1484
01/01/2013;3;1528
After that, I want to use an if-statement:
if the total sum of column 3 is unequal to 0, then start up a specific program blabla.exe
Thanks a lot!