I am having a similar problem. I have the following .bat file:
--------------------------------
--------------------------------
:SETDIRECTORY
cd I:\MJCDevelopments\WorkBox_SQLServer
:COPYTOBUCKET
copy fileA.xls ..\CompletedJobs_SQLServer /Y
copy fileB.xls ..\CompletedJobs_SQLServer /Y
:NOWDELETEFROMDROPBOX
del fileA.xls
del fileB.xls
:END
--------------------------------
--------------------------------
Basically, it moves fileA and fileB from one
folder to...