Search found 1 match

by camdenl
04 Jun 2013 14:24
Forum: DOS Batch Forum
Topic: Changing date format of text file column
Replies: 3
Views: 4664

Changing date format of text file column

I have date and time in the first column of a comma delimited text file in this format: MM/DD/YYYY H:M:S and am trying to change it to: YYYY/MM/DD H:M:S I have been attempting to write a batch file for this, and have come up with this: for /f "tokens=1-4 delims=/ " %%a in C:\Users\cs\Docum...