zoukankan      html  css  js  c++  java
  • 获取所有后缀DDE打开命令

    概述:

    由于需要使用DDE方式打开文件,所以把支持DDE方式打开文件的参数都导出来到文件,方便查找。

    并且提供运行DDE命令的工具,可以用于测试DDE功能。

    1、运行脚步GetDDE.vbs可以获取系统中DDE消息参数,如下

    .dwi    dwifile    open    D:WinDDK760016~1.1	oolsOtheri386Depends.exe /dde            [open("%1")]
    .xla    Excel.Addin    Open    "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde    Excel    system    [open("%1")]
    .xlam    Excel.AddInMacroEnabled    Open    "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde    Excel    system    [open("%1")]
    .xlk    Excel.Backup    Edit    "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde    Excel    system    [open("%1",,,,,,,,,,,,,,,,,0)]
    .xlk    Excel.Backup    Open    "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde    Excel    system    [open("%1")]
    .xlk    Excel.Backup    Print    "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde    Excel    system    [open("%1")][print()][close()]
    .xlk    Excel.Backup    ViewProtected    "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde    Excel    system    [open("%1",,,,,,,,,,,,,,,,,1)]

    2、通过CMCDDE.EXE工具来发送DDE消息

    START /MIN "" "D:Program FilesMicrosoft OfficeOffice14EXCEL.EXE" /dde
    CMCDDE.EXE Excel System "[open("D:\T1.gxlsx")]"

    相关:

    工具下载

  • 相关阅读:
    TCP与UDP
    DNS的概念,用途,DNS查询的实现算法
    子网划分的概念,子网掩码
    ping的原理以及ICMP
    组播和广播的概念,IGMP的用途
    ICMP协议
    RIP协议
    MTU的概念,什么是路径MTU? MTU发现机制,TraceRoute(了解)
    TFTP 与 FTP的区别
    vue slot slot-scope
  • 原文地址:https://www.cnblogs.com/Quincy/p/5266676.html
Copyright © 2011-2022 走看看