copy
A simple Estex program for copying one file only.
Syntax:
COPY.EXE source_file destination_file
Example:
Copying FNVIEW.EXT file from FDD (B: disk) to HDD (C: disk).
b:\copy.exe b:\fn\fnview.ext c:\fn\fnview.ext
Programm return an exitcode from below list:
0 - Successful copying
1 - Error: Can't open source file
2 - Error: Can't open destination file
3 - Error: Can't read source file
4 - Error: Can't write destination file
For example, these exitcodes can be used as parameters for IF.EXE program.
Details
Platform
Category
Системные программы
Status
Beta
Author
Peters Plus
Version
1.1
Issue date
01.01.2003