Giter Site home page Giter Site logo

winproxy's Introduction

用途

配合 Windows11 右键自定义插件,允许添加类似原生菜单‘发送到...U盘’的功能,调用了原生WIN API复制、移动,并非直接使用批处理命令复制、移动,好处在于遇到同名文件时能够像普通复制一样由用户自行选择处理

相关插件

ikas-mc/ContextMenuForWindows11

參數模板

  • fun
    • CopyFiles 文件複製到...
    • MoveFiles 文件移動到...

CopyFiles\MoveFiles 參數

  • split 當多路徑時採用的分隔符(默認,)
  • paths 源文件 d:\test.txt 或 "d:\test1.txt","d:\test2.txt"(分隔符取決於上一項設置)
  • tpath 目標路徑

其他參數

  • debug 啟用調試模式,傳任何值則會開啟,調用時自動輸出參數並且窗口不會自動關閉
  • uptime 更新複製\移動的文件的創建、修改時間為當前時間

示例

WinProxy.exe fun=CopyFiles&paths=D:\zixuan_file\use\other\file1.xls&tpath=Z:\YZX
WinProxy.exe fun=CopyFiles&paths="D:\zixuan_file\use\other\file1.xls","D:\zixuan_file\use\other\file2.xls"&tpath=Z:\YZX&debug=1

winproxy's People

Contributors

tigeryzx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.