1 Star 0 Fork 0

苏珽/cppreference2mshelp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compile_c_zip.ps1 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
crea7or 提交于 8年前 . initial
$pathfolder = Split-Path -Path $MyInvocation.MyCommand.Path
$pathmshc = Join-Path $pathfolder '\creference.mshc'
$pathcab = Join-Path $pathfolder '\creference.cab'
$pathfolder = Join-Path $pathfolder '\chelp'
Remove-Item $pathmshc
Remove-Item $pathcab
Add-Type -A System.IO.Compression.FileSystem
[IO.Compression.ZipFile]::CreateFromDirectory( $pathfolder , $pathmshc )
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suting_007/cppreference2mshelp.git
git@gitee.com:suting_007/cppreference2mshelp.git
suting_007
cppreference2mshelp
cppreference2mshelp
master

搜索帮助