zoukankan      html  css  js  c++  java
  • 我的配置单

    :CMDBEGIN
    @echo off
    echo 替换 HYH3DAppFileExportB3DM.dll 请按1.
    echo 替换 HYH3DAppExportB3DM.dll 请按2.
    echo 替换 HYH3DAppTools.dll 请按3.
    echo 替换 HYH3DAppECP.dll 请按4.
    echo 替换 HCityECP.dll 请按5.
    echo 替换 ISAPIECPPlugin.dll 请按6.
    echo 替换 HCity.dll 请按7.
    echo 替换 HyOdaParametricStructures.dll 请按8.
    echo 以管理员身份重启IIS 请按9.
    echo 启动鸿城BIM数据集成管理系统2019 请按0.
    echo ----------------------------------------------
    
    set /p inputNumber=请输入序号:
    set destServer="C:HongyeHCityServersHCity"
    set destClient="C:HongyeHCityEcp2019HY3DViewOgreVC10"
    set clientbinPath=E:workspaceH3DAppsrcvcBinH3Dx86v100
    set serverbinpath=E:workspaceH3DAppsrcvcBinHCityServerx64v100
    
    if "%inputNumber%" equ "1" goto S1 
    if "%inputNumber%" equ "2" goto S2 
    if "%inputNumber%" equ "3" goto S3 
    if "%inputNumber%" equ "4" goto S4 
    if "%inputNumber%" equ "5" goto S5 
    if "%inputNumber%" equ "6" goto S6 
    if "%inputNumber%" equ "7" goto S7 
    if "%inputNumber%" equ "8" goto S8 
    if "%inputNumber%" equ "9" goto S9
    if "%inputNumber%" equ "0" goto S0
    if "%inputNumber%" equ "Z" goto SZ
    echo 不执行未定义的指令。
    exit
    
    :S0
    "C:HongyeHCityEcp2018HY3DViewOgreVC10HY3DView.exe"
    exit
    
    :S1
    set srcFile="%clientbinPath%HYH3DAppFileExportB3DM.dll"
    set destFolder=%destClient%
    goto CommProc
    
    :S2
    set srcFile="%clientbinPath%HYH3DAppExportB3DM.dll"
    set destFolder=%destClient%
    goto CommProc
    
    :S3
    set srcFile="%clientbinPath%HYH3DAppTools.dll"
    set destFolder=%destClient%
    goto CommProc
    
    :S4
    set srcFile="%clientbinPath%HYH3DAppECP.dll"
    set destFolder=%destClient%
    goto CommProc
    
    :S5
    set srcFile="%serverbinpath%HCityECP.dll"
    set destFolder=%destServer%
    goto CommProc
    
    :S6
    set srcFile="%serverbinpath%ISAPIECPPlugin.dll"
    set destFolder=%destServer%
    goto CommProc
    
    :S7
    set srcFile="%serverbinpath%HCity.dll"
    set destFolder=%destServer%
    goto CommProc
    
    :S9
    iisreset
    
    :CommProc
    COPY /Y %srcFile% %destFolder%
    echo ----------------------------------------------
    goto CMDBEGIN
    AMD 锐龙 5 2600X 盒装CPU 1349 https://item.jd.com/6902454.html
    微星B450M MORTAR主板 609 https://item.jd.com/8259910.html
    蓝宝石RX580 8G D5 白金版 OC独立显卡 1399 https://item.jd.com/4394599.html
    芝奇幻光戟 DDR4 3200频率 8Gx2套装 台式机内存 RGB灯条(C16) 999 https://item.jd.com/3828405.html
    酷冷至尊 550W MWE550电脑电源(80PLUS金牌) 334 https://item.jd.com/5361667.html
    西部数据(Western Digital) Black系列-3D版500G M.2接口(NVMe协议)  699 https://item.jd.com/7510800.html
    先马平头哥M1电竞版 Mini小机箱 支持MATX主板 159 https://item.jd.com/100002704106.html
    惠普(HP)战D9 23.8英寸 微边框IPS屏显示器 899 https://item.jd.com/6002195.html
         
      -30  
  • 相关阅读:
    Oracle中的带参数的视图--我们致力于打造人力资源软件
    (免费)在线演示人力资源管理系统--源自偕行软件
    打造国内第一个支持在线演示的人力资源管理系统--源自偕行软件
    Silverlight C1.Silverlight.FlexGrid 表格动态列
    SILVERLIGHT 多维表头、复杂表头 MULTIPLE HEADER
    weixin JS 接口调用代码
    盒布局
    焦点不在input或textarea中,屏蔽回格按钮
    CSS3多栏布局
    AJAX
  • 原文地址:https://www.cnblogs.com/shankun/p/pc_DIY_list.html
Copyright © 2011-2022 走看看