After Windows XP, I always use the trick below to start batch files minimized with Windows Task Manager.
From http://www.pcreview.co.uk/forums/running-bat-files-minimize
The start command needs the leading "" quotes to disable the title feature. Try scheduling this:
""
%comspec% /c start "" /min "C:\Scripts\Destination_inbound_ftp5.bat"