Simply create a batch file (*.bat) and paste this code into it. You may need to change the drive.
@echo off
setlocal
rem Set "dest" to the target destination of your file
set dest=E:\GARMIN\APPS
start %dest%
set source=%1
echo.
echo Copying %source% to %dest%
echo.
copy %source% %dest%