- @echo off
- set info=互助互利,支付宝扫码头像,感谢赞助
- rem 有问题,可加QQ956535081及时沟通
- title %info%
- set "rootpath=%~dp0"
- cd /d "%rootpath%"
- set "comm=reptxt32.exe"
- if not exist "%comm%" (echo;"%comm%"不存在,先下载http://bcn.bathome.net/tool/reptxt32.exe&goto end)
- for /f "delims=" %%a in ('dir /a-d/b *.pdf') do (
- echo;%%a
- "%comm%" "%%a" "BitsPerComponent 1/ColorSpace/DeviceGray" "ImageMask true/BitsPerComponent 1 "
- )
- :end
- echo;%info%
- pause
复制代码
|