home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / DD_FCOPY.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  344 b   |  12 lines

  1. //
  2. // Module Name: DD_FCOPY.COD - currently (selector name): Menu_Act = 18
  3. // Selectors used : File_from, File_To
  4. // Description: DOC. include file for the File Copy option.
  5. // Syntax     : COPY file <name> to <new file>
  6. //
  7. {if File_from and File_To then}
  8. Copy File {File_from} To {File_To}
  9. {endif}
  10. {endofpage();}
  11. // EOP DD_COPY.COD
  12.