用法: Public Const AppName As String = "程序名" Public Const CopyExe As String = "FastCopy" Public Sub ExeRefresh() 'Dim LocalAppNamePath As String Dim LocalAppNameDate As String Dim LocalCopyNameDate As String Dim NetAppNameDat e As String On Error Resu
/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or implied. * You may study, use, and modify it for any
复制文件
[[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 -