1. 首页
  2. 数据库
  3. 其它
  4. fileCopy in C 源码

fileCopy in C 源码

上传者: 2021-02-20 03:21:33上传 ZIP文件 1.73KB 热度 7次
复制文件 [[EN-US]] 这个小程序将任何文件的二进制内容复制到命令行指定的新文件中 其语法为: .\copyFile originalFile.extension newFile.extension !!! 关于扩展的警告! - if the original file was an .exe and the destination is .txt, obviously the new file will be broken. 该程序通过命令行运行,并且需要传递两个参数: 1 - the original file followed by its extension; 2 - t
用户评论