home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem This batch file will run during a local upload if you have Process: ON
- rem
- rem The variables passed to this batch files are:
- rem
- rem %1 current file area with trailing backslash
- rem %2 file that was locally uploaded
- rem %3 current file area *without trailing backslash
- rem *with trailing backslash if current file area
- rem is A: or C:\
- rem
- rem Example:
- rem If uncommented, the following commands would run Zipup and Redate
- rem on the upload. Add your own commands to process your local uploads.
- rem
- rem zipup %1%2 c:\max\photo334.txt
- rem redate %1%2
-