Batch File Example for Enterprise Inbox Automation

Available in: Enterprise only Not available in: Pro, Lite The following batch file called Archive.bat copies files received into
Available in: Enterprise only Not available in: Pro, Lite The following batch file called Archive.bat copies files received into the DropChute Deliveries folder called Dcdata to an archive folder called Dcbackup. Then it deletes the files from the receiving directory. Instructions 1. Open Notepad. Copy the following text into the open window: REM Files received contain RPT in the filename. REM This program copies received files into a backup directory. REM It then deletes the received files from the receiving directory. COPY C:\DCDATA\ RPT. C:\DCBACKUP /Y DEL C:\DCDATA\ RPT. /Y REM If the window is not closing when finished click on the X. REM End of Program... 2. Click File, Save As and pick the appropriate folder in which you wish to save this file. Name the file Archive.bat and click Save. This batch file can be assigned as an Inbox Automation action in the Properties, Inbox Automation tab of a DropChute entry.

Available in: Enterprise only Not available in: Pro, Lite The following batch file called Archive.bat copies files received into