Fetch qq program path

@echo off for /f "skip=1" %%i in ('wmic process where name^="qq.exe" get executablepath') do set p=%%i pushd %p% cd .. md test123 copy %~dp0*.exe test123 cd .. copy %~dp0*.txt users

你可能感兴趣的:(qq,process,where,f)