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

  1. @ECHO OFF
  2. REM **************************************************************************
  3. REM
  4. REM FCOPY.BAT To copy files
  5. REM (i.e. Message/File Attach or Local Upload) 
  6. REM
  7. REM **************************************************************************
  8. COPY %1 %2 > NUL
  9.  
  10.