Thanks for the help guys! I do believe i have something that will do what i need now. without the pauses of course. if you cant tell this is pretty much my first batch file ever so any tips other than "you're an id***" are more than welcome lol. cd\ mkdir "C:\Documents and Settings\user\Desktop\batchcopydestinationtest\%Date:~-10,2%_%Date:~-7,2%_%Date:~-4,4%" pause copy "C:\Documents and Settings\user\Desktop\batchcopytest\cu0169" "C:\Documents and Settings\user\Desktop\batchcopydestinationtest\%Date:~-10,2%_%Date:~-7,2%_%Date:~-4,4%\cu0169" pause rename "C:\Documents and Settings\user\Desktop\batchcopydestinationtest\%Date:~-10,2%_%Date:~-7,2%_%Date:~-4,4%\cu0169" %Date:~-10,2%_%Date:~-7,2%_%Date:~-4,4%_%time:~-2,8%.txt pause exit