Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> 關於Windows7系統教程 >> win 7系統命令的運用 助你完成批處理

win 7系統命令的運用 助你完成批處理

日期:2017/4/18 10:59:57      編輯:關於Windows7系統教程

  隨著系統文件或者任務越來越多,單個處理對我們來說工程有些浩大,有沒有什麼辦法可以一次性處理很多東西的方法呢?這種方法當然是有了,可以利用命令來做到,下面就給大家介紹如何利用命令批處理吧。

  mode con cols=85 lines=30

  title win7終級批處理

  @ ECHO OFF

  cls

  color 3d

  :main

  ECHO 1 - 清理win7、vista系統垃圾 2 - 修復打開圖片緩慢

  ECHO 3 - 重啟explorer進程 4 - 打開系統資源監視器

  ECHO 5 - 清除任務欄歷史圖標 6 - 去掉快捷方式小箭頭(已經修改)

  ECHO 7 - 恢復快捷方式小箭頭 8 - 優化系統服務 [ 慎 ]

  ECHO 9 - 清除圖片位置冗余文件夾 0 - 退出

  ECHO a - 修改文件名稱 b - 電腦關機操作

  ECHO c - 硬盤轉格式ntfs x - 其他信息以及需要請選擇這裡

  ECHO d -清理xp系統垃圾

  set choice=

  set /p choice=請輸入選擇:

  if /i '%choice%'=='1' goto a

  if /i '%choice%'=='2' goto b

  if /i '%choice%'=='3' goto c

  if /i '%choice%'=='4' goto d

  if /i '%choice%'=='5' goto e

  if /i '%choice%'=='6' goto f

  if /i '%choice%'=='7' goto g

  if /i '%choice%'=='8' goto h

  if /i '%choice%'=='9' goto i

  if /i '%choice%'=='a' goto l

  if /i '%choice%'=='b' goto k

  if /i '%choice%'=='c' goto j

  if /i '%choice%'=='x' goto x

  if /i '%choice%'=='d' goto m

  if /i '%choice%'=='0' goto end

  :m

  echo 正在清除系統垃圾文件,請稍等...... -

  del /f /s /q %systemdrive%*.tmp -

  del /f /s /q %systemdrive%*._mp -

  del /f /s /q %systemdrive%*.log -

  del /f /s /q %systemdrive%*.gid -

  del /f /s /q %systemdrive%*.chk -

  del /f /s /q %systemdrive%*.old -

  del /f /s /q %systemdrive%recycled*.* -

Copyright © Windows教程網 All Rights Reserved