home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ACF540R0.ZIP / MOVEFILE.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-01-17  |  598 b   |  20 lines

  1. @echo off
  2. REM ----------------------------------------------------------------------
  3. REM ACFExtended Batch for ACFiles
  4. REM
  5. REM Arguments: %1 - Path to File,
  6. REM Arguments: %2 - Filename,
  7. REM Arguments: %3 - Filename Without .EXT
  8. REM Arguments: %4 - Extension of Filename (No ., just EXT)
  9. REM
  10. REM This one acts like QuickBBS/RA's Move File Command
  11. REM ----------------------------------------------------------------------
  12. :
  13. :Make file have today's date - comment out if not desired;
  14. :More things can be done here just like in AFTERUP.BAT.
  15. :Do what ya' want 8-)
  16. :
  17. newdate %1%2
  18. :
  19.  
  20.