ive setup vbs files that accomplish the same thing. inside a .bat I first copy over a timesheet created in excel. then it calls timesheet.vbs with this command 'start timesheet.vbs'. this shows a popup box stating a new timesheet has been created. The title header is set as notification.
timesheet.vbs
msgbox "A new timesheet has been created.", 0, "Notification"