

InterviewSolution
1. |
Solve : Batch file to rename a header field in a .csv file? |
Answer» I need to learn how to set up a .bat to change a header field name in a .csv file. more straightforward way in XPI don't think that my solution wouldn't work in any OS other than XP...and I recently learned how to use FOR (not PERFECTLY mind you), so I was GLAD to do it with that.Since "for" didn't get any SWITCHES until at least WINDOWS 2000, your script would have difficulty working on, say, windows 98. the "More" solution would work from DOS 3.22 upwards. Quote from: BC_Programmer on June 05, 2009, 05:55:11 PM Since "for" didn't get any switches until at least windows 2000, your script would have difficulty working on, say, windows 98.Ohh...ok... |
|