zoukankan      html  css  js  c++  java
  • bat,copy 文件

    @echo off
    echo 正在复制bin目录,请稍等......

    taskkill /f /im Xys.Remp.Enterprise.Host.exe
    taskkill /f /im iexplore.exe

    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Entity\bin\Debug\Xys.Lexin.Entity.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Entity\bin\Debug\Xys.Lexin.Entity.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Repository\bin\Debug\Xys.Lexin.Repository.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Repository\bin\Debug\Xys.Lexin.Repository.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Services\bin\Debug\Xys.Lexin.Services.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Services\bin\Debug\Xys.Lexin.Services.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Services.Interface\bin\Debug\Xys.Lexin.Services.Interface.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Services.Interface\bin\Debug\Xys.Lexin.Services.Interface.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug

    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Entity\bin\Debug\Xys.Lexin.Entity.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Remp\bin
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Entity\bin\Debug\Xys.Lexin.Entity.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Remp\bin
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Services.Interface\bin\Debug\Xys.Lexin.Services.Interface.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Remp\bin
    copy E:\remp2.1.3_nanchang\Web\03.Lexin\1.Projects\Xys.Lexin.Services.Interface\bin\Debug\Xys.Lexin.Services.Interface.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Remp\bin


    copy C:\bin\Xys.Lexin.Web.dll E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Remp\bin
    copy C:\bin\Xys.Lexin.Web.pdb E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Remp\bin

    ::Start "C:\Program Files\Internet Explorer\explorer.exe"  http://www.163.com

    start  "" "E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug\Xys.Remp.Enterprise.Host.exe"
    ::taskkill /f /im Xys.Remp.Enterprise.Host.exe && E:\remp2.1.3_nanchang\Web\02.Remp\1.Projects\Xys.Remp.Enterprise.Host\bin\Debug\Xys.Remp.Enterprise.Host.exe

    cd "C:\Program Files\Internet Explorer"
    iexplore  http://localhost:89

    pause

  • 相关阅读:
    dubbo配置文件解读(1)
    Java同步与异步
    java垃圾回收
    Java中的String,StringBuilder,StringBuffer三者的区别
    ThreadLocal终极篇
    TCP/IP协议与HTTP协议(一)
    TCP/IP协议与HTTP协议(二)
    springcloud之断路器(Hystrix)
    解决mysql不能通过'/tmp/mysql.sock 连接的问题
    jQuery.extend 函数使用详解
  • 原文地址:https://www.cnblogs.com/lingxzg/p/2959177.html
Copyright © 2011-2022 走看看