I need a simple batch file for batch progressing of some CSV-Files with the tool csvfix ( http://code.google.com/p/csvfix/ )
Base a tick data of prices.
Requirements:
-Ask for input file
-create 2 output files based of the input file
Input file sample:
Time,Ask,Bid,AskVolume,BidVolume
2007-04-02 00:00:02.080,1.3355,1.3354,24.8,1.1
2007-04-02 00:00:04.937,1.3355,1.33535,32.7,6.4
2007-04-02 00:00:05.972,1.3354,1.33535,5.6,6.4
2007-04-02 00:00:06.264,1.3354,1.3353,10.4,36.7
Out…