home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 17 / DOKAN17.iso / Progs / Pjv03dde.zip / PJV03DDE / SRCCODE / CLONE.BAT < prev    next >
DOS Batch File  |  1999-08-29  |  203b  |  8 lines

  1. @Echo off
  2. COPY .\MAIN\*.* .\SAMPLE1\
  3. COPY .\MAIN\*.* .\SAMPLE3\
  4. COPY ..\JVIEWER\*.ASC .\SAMPLE1\
  5. COPY ..\JVIEWER\*.JAP .\SAMPLE1\
  6. COPY ..\JVIEWER\*.ASC .\SAMPLE3\
  7. COPY ..\JVIEWER\*.JAP .\SAMPLE3\
  8.