• 大小: 0.26M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: UI  ROBOCOPY  

资源简介

Windows ROBOCOPY 命令的 UI,依赖 .net 2.0

资源截图

代码片段和文件信息

using System;
using System.Diagnostics;
using System.Text;
using System.Windows.Forms;

namespace ROBOCOPY_UI
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            //InitInfo();
        }

        /// 
        /// 初始化
        /// 

        //private void InitInfo()
        //{
        //    curProcess.OutputDataReceived -= new DataReceivedEventHandler(ProcessOutDataReceived);
        //    ProcessStartInfo p = new ProcessStartInfo();
        //    p.FileName = “cmd.exe“;
        //    p.UseShellExecute = false; // 是否使用外壳程序,重定向输出的话必须设为false
        //    p.Windowstyle = ProcessWindowstyle.Hi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         40  2018-11-20 09:15  ROBOCOPY UI\.git\COMMIT_EDITMSG

     文件        770  2018-11-20 09:15  ROBOCOPY UI\.git\config

     文件         73  2018-11-20 09:14  ROBOCOPY UI\.git\description

     文件         23  2018-11-20 09:14  ROBOCOPY UI\.git\HEAD

     文件        478  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\applypatch-msg.sample

     文件        896  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\commit-msg.sample

     文件        189  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\post-update.sample

     文件        424  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\pre-applypatch.sample

     文件       1642  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\pre-commit.sample

     文件       1348  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\pre-push.sample

     文件       4898  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\pre-rebase.sample

     文件        544  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\pre-receive.sample

     文件       1239  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\prepare-commit-msg.sample

     文件       3610  2018-11-20 09:14  ROBOCOPY UI\.git\hooks\update.sample

     文件       1281  2018-11-20 09:15  ROBOCOPY UI\.git\index

     文件        240  2018-11-20 09:14  ROBOCOPY UI\.git\info\exclude

     文件        189  2018-11-20 09:15  ROBOCOPY UI\.git\logs\HEAD

     文件        189  2018-11-20 09:15  ROBOCOPY UI\.git\logs\refs\heads\master

     文件        308  2018-11-20 09:15  ROBOCOPY UI\.git\objects\1b\07d28a1778bbbfca721fc73be371587ffdda12

     文件        751  2018-11-20 09:14  ROBOCOPY UI\.git\objects\1f\f0c423042b46cb1d617b81efb715defbe8054d

     文件        186  2018-11-20 09:15  ROBOCOPY UI\.git\objects\39\645652af62950ebf3b28ec3a5400dcec30b1c4

     文件       2112  2018-11-20 09:14  ROBOCOPY UI\.git\objects\3c\4efe206bd0e7230ad0ae8396a3c883c8207906

     文件        199  2018-11-20 09:15  ROBOCOPY UI\.git\objects\3f\41e075712722f7de864b347a40a55bc7f31f31

     文件        630  2018-11-20 09:15  ROBOCOPY UI\.git\objects\3f\87bfd69a313167f905b65283f4d6fbc8b32715

     文件        459  2018-11-20 09:15  ROBOCOPY UI\.git\objects\51\f5d6f40137cb38f0a429d513f4875e1cd30f3b

     文件        158  2018-11-20 09:15  ROBOCOPY UI\.git\objects\5c\aba01828c103199bb02f974062497d8bb3f0a0

     文件         89  2018-11-20 09:15  ROBOCOPY UI\.git\objects\91\e3470e1645e6e8d0de6fe9f6b242f366e9a393

     文件        715  2018-11-20 09:15  ROBOCOPY UI\.git\objects\94\7048d63fd1542ff31f91a13d271c14297f0d31

     文件        191  2018-11-20 09:15  ROBOCOPY UI\.git\objects\9d\c6a8e6994ecdaf1300fce4d7e8587b14619652

     文件        197  2018-11-20 09:15  ROBOCOPY UI\.git\objects\a6\0490fe3421ffa2a0c3eb62c0007ff5f22b84b4

............此处省略99个文件信息

评论

共有 条评论