@echo off echo Sending Files to Donovan echo . Echo First we get the files together to send if not exist c:\TDCFiles md c:\TDCFiles attrib -R c:\tdcfiles\*.* del /q c:\TDCFiles robocopy DIRECTORY c:\TDCFiles FILES /XO /R:1 /W:5 Echo Now we send call "C:\Program Files\Dev Zero G\FTP Uploader\TDC Upload\TDC Upload.exe" c:\TDCFiles\*.*