There is always a single double quote at the end of a text file...
"1","abc","123"
"2","abcd","456"
"3","abce","789"
"
I need a command to run via cmd.exe
to delete the last line (the single double quote) only...
"1","abc","123"
"2","abcd","456"
"3","abce","789"