home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / cd-x / cinstall.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-24  |  190 b   |  6 lines

  1. @echo off
  2. rem *** CD-X Install Batch file
  3. rem *** Copies the all the files from the given source to the given
  4. rem *** destination directory on the specified hard drive.
  5. copy %1 %2 >nul
  6.