【问题标题】:How to open an old .exe file to view it's (text) contents?如何打开旧的 .exe 文件以查看其(文本)内容?
【发布时间】:2017-02-08 04:48:27
【问题描述】:

看这个页面:http://www.cde.ca.gov/ds/sd/sd/filesgrad.asp 较新的文件是文本文件,但较旧的文件是可执行文件。应该如何打开它们或对它们做什么?

【问题讨论】:

    标签: windows text executable


    【解决方案1】:

    exe 文件是自解压 zip 文件。
    您可以使用 winrar、winzip、7z 等打开它们,例如在大多数平台上都可以获取的命令行解压缩。

    $ unzip -t grad93.exe 
    Archive:  grad93.exe
        testing: GRAD93.DBF               OK
    No errors detected in compressed data of grad93.exe.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-05-12
      • 2014-02-05
      • 2015-07-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多