I Hae Create BAT File
@ECHO OFF
"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dtexec.exe" /FILE "D:\New folder (2)\xslttosql\SSIS-BSMS\SSIS-BSMS\SSIS-BSMS\Package6.dtsx" /REP P >> "D:\TRX_Value.log"
exit
but i Want to make the Output which D:\TRX_Value.log
path Changed Dynamically and give time information on the file name like D:\TRX_Value-20130307-144650.log
which mean 2012/03/07 14:46:50
So is it possible? What kind of script should I write?