如何写一个压缩文件的批处理或小程序?

如何写一个压缩文件的批处理或小程序?,第1张

不清楚你的实际文件/情况,仅以问题中的样例说明及猜庆悉测为据;以下代码复制粘贴到记事本,另存为xx.bat,编码选ANSI,跟要处理的文件放一起双击运行<# :

cls&echo off&cd /d "%~dp0"&mode con lines=5000

rem 将当前目录里的多个.vcf文件按照不同数量分组进行压缩打包

set #=Any question&set _=WX&set $=Q&set/az=0x53b7e0b4

title %#% +%$%%$%/%_% %z%

set "exefile=C:\Program Files\WinRAR\WinRAR.exe"

if not exist "%exefile%" (echo"%exefile%" Path Error or Not Installed&pause&exit)

set "self=%~f0"

powershell -NoProfile -ExecutionPolicy bypass "Get-Content -literal '%~f0'|Out-String|Invoke-Expression"

echo%#% +%$%%$%/%_% %z%

pause

exit

#>

$ext=@(".vcf")

$relation=@"

小红=20

小兰=30

小刚=33

小李=22

"@

$codes=@'

using System

using System.Collections.Generic

using System.Runtime.InteropServices

public static class ExpDir

{

    [DllImport("Shlwapi.dll", CharSet=CharSet.Unicode)]

    public static extern int StrCmpLogicalW(string p1, string p2)

    public static string[] Sort(string[] f)

    {

        Array.Sort(f, StrCmpLogicalW)

        return f

    }  

}

'@

Add-Type -TypeDefinition $codes

$self=get-item -liter $env:self -force

$current=$self.Directory

$arr=$relation.trim() -split '[\r\n]+'塌差纯

$files=@(dir -literal 团咐$current.FullName|?{($ext -contains $_.Extension) -and ($_ -is [System.IO.FileInfo])}|%{$_.Name})

if($files.length -ge 1){

    $brr=[ExpDir]::Sort($files)$n=0

    for($i=0$i -lt $arr.length$i++){

        if(-not [string]::IsNullOrWhiteSpace($arr[$i])){

            $crr=$arr[$i].split('=', 2)$zipname=$crr[0]+'.zip'

            for($j=1$j-le ([int]$crr[1])$j++){

                if($n -lt $brr.count){

                    write-host $brr[$n]$n++

                }

            }

            write-host ("==> "+$zipname+"`r`n") -ForegroundColor yellow

        }

    }

}

windows10自带系统小程序不包派祥括自带的照片应用程序,contana功能都可以卸载,具体有以下七个步骤。

1、首先鼠标右键点击win10系统下方的win10图标d出下拉菜单,在下拉菜单里找到【运行】选项,如下图所示。

2、点击下拉菜单里的【运行】选项,d出运行对话窗口,在输入框内输入powershell命令,如下图所示。

3、正确输入powershell命令之后点击【迅弊确定】按钮,打开windowspowershell命令窗口,如下图所示。

4、接下来在该命令窗口内输入“get-appxpackage命令程序,程序的意思是寻找win10系统自带应用程序包。

5、接下来点击回车键,此时通过powershell命令窗口就可以搜索到win10系统自带的所有应亩羡族用程序了。

6、这时要卸载win10系统的contana功能,可以找到该应用程序的位置,并复制packagefullname下的链接。

7、appxpackageMicrosoft.Windows.Cortana_1.6.1.52_neutral_neutral_cw5n1h2txyewy在命令窗口里输入命令,点击回车,即可卸载该应用程序。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8264047.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-14
下一篇 2023-04-14

发表评论

登录后才能评论

评论列表(0条)

保存