Skip to content

Guyutongxue/copyfile2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copyfile2

copyfile 的重写和升级。

特色

  • 可最小化到右下角托盘
  • 自动合并相同U盘(通过注入文件的方式)
  • 忽略指定U盘
  • 为U盘创建别名,易于管理

新手教程

  1. 在程序所在目录下创建如下的.vbs文档:
Set ws = WScript.CreateObject("WScript.Shell")
a = ws.Run("copyfile2 bgstart",0)
  1. 运行它。

  2. 关于别名管理,参见Wiki

Compile

Requirement: .NET Framework 4.5 or newer, C# 6.0 or newer.

Use VS 2017 to compile the C# .NET Project.


View Wiki for more infomation.

About

A new version of copyfile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages