home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM ----------------------------------------------------------------------
- REM ACFExtended Batch for ACFiles
- REM
- REM Arguments: %1 - Path to File,
- REM Arguments: %2 - Filename,
- REM Arguments: %3 - Filename Without .EXT
- REM Arguments: %4 - Extension of Filename (No ., just EXT)
- REM
- REM This one acts like QuickBBS/RA's Move File Command
- REM ----------------------------------------------------------------------
- :
- :Make file have today's date - comment out if not desired;
- :More things can be done here just like in AFTERUP.BAT.
- :Do what ya' want 8-)
- :
- newdate %1%2
- :
-
-