首页 > 站长资讯平台 > WinXP > ie缓存提取批处理bat
  • IE缓存提取批处理bat

    Windows7 版 echo off cls echo 请选择要提取的文件类型 echo 1(swf) 2(flv) 3(jpg) 4(gif) 5(mp3) 6(mid) 7(其它类型) set /p type= if %type%==1 (set filetype=swf) if %type%==2 (set filetype=flv) if %type%==3 (set filetype=jpg) if %type%==4 (set filetype=g...

    2019-04-25 07:10:53 IE缓存提取批处理bat

共1页