This website is all about Java & Php. Most of the articles are my pratical implementations. They are not made pretty but are working solutions. Please feel free to leave comments for improvements. Do use the Google Search Blog tool. Its pretty Neat
Thursday, February 17, 2011
Simple Batch Script Example to send the file
Simple Batch Script Example to send the file
FOR /F "tokens=1-4 delims=/ " %%i IN ('DATE /T')DO SET TODAY=%%l%%j%%k
SET OUTFILE=\\WTPCPFTGT001\ftp_itg$\G-TRADE_EXEC_%TODAY%.csv
No comments:
Post a Comment