
批處理if語句中existfilename只能查本目錄下的文件剛剛制作了這個(gè)簡(jiǎn)單的自動(dòng)下載QQ腳本
這個(gè)腳本只能查出當(dāng)前腳本目錄 請(qǐng)問才能把搜索范圍到全部盤nclick="copycode($('code0'));">復(fù)制代碼
- @echo off
- if not exist QQ.exe (goto and) else goto end
- :and
- start http://dl_dir.qq.com/qqfile/qd/QQBeta3_QQProtect2.8.exe
- pause&&exit
- :end
- echo 已經(jīng)安裝
- pause

