home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DESIRE15.ZIP / INSTALL.DAT / FMOVE.BAT < prev    next >
DOS Batch File  |  1996-10-14  |  320b  |  9 lines

  1. @ECHO OFF
  2. REM **************************************************************************
  3. REM 
  4. REM FMOVE.BAT To move files from one place to another.
  5. REM WARNING! Make sure your MOVE.EXE supports multiple drives!
  6. REM
  7. REM **************************************************************************
  8. MOVE %1 %2 >NUL:
  9.