怎么写暂停qq进程的bat

发布网友 发布时间:2022-04-26 21:47

我来回答

1个回答

热心网友 时间:2023-11-07 02:28

@echo off
set now=%time:~3,2%
set hour=%time:~0,2%
set /a then=%now%+10
if %then% gtr 60 set then=%then%-60 & set /a hour+=1
at %hour%:%then%:%time:~6,2% start "" "d:\腾讯软件\qq2013\bin\QQ.exe"

第4行%now%+10,10代表10钟要超60

wmic process where name="qq.exe" get executablepath|find /i /v "exec"
获取QQ所路径并返级目录进行copy文件创建文件目录等操作

我想问我用wmic process where name="qq.exe" get executablepath|find /i /v "exec"获取QQ.exe路径copy本批处理所文件夹文件QQ.exe级目录或级目录与级目录另外目录进行copy操作

我现已知D:\QQ2011\Bin\QQ.exe我QQ,exe所路径拷贝本文件夹文件至QQ2011\Users
我懂批处理cd.. cd\ 操作文件所路径级进行操作

基本、Q聊8567029

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com