发布网友 发布时间: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