站长统计
799系统下载网 - 最好用的系统光盘下载站!
您所在的位置:799系统下载网 > win7系统怎么创建批处理文件

文章详情

win7系统怎么创建批处理文件

时间:2025-03-31 13:24:01 https://www.799xt.com/ 作者:799系统下载网

  批处理文件也称为批处理脚本,顾名思义就是对某对象进行批量的处理。不过还有很多用户不懂怎么创建批处理文件,其实方法很简单,下面一起来看看win7创建批处理文件的方法。
 
  win7创建批处理文件方法:
 
  1、首先我们可以在任意位置新建一个文本文档,如下图所示:
 
新建文本文档
 
  2、双击打开文本文档,将bat命令输入进去(这里以清理系统垃圾命令为例)
 
  @echo off
 
  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 %windir%*.bak
 
  del /f /s /q %windir%prefetch*.*
 
  rd /s /q %windir% emp & md %windir% emp
 
  del /f /q %userprofile%cookies*.*
 
  del /f /q %userprofile% ecent*.*
 
  del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
 
  del /f /s /q "%userprofile%Local SettingsTemp*.*"
 
  del /f /s /q "%userprofile% ecent*.*"
 
  echo 清除系统LJ完成!
 
  echo. & pause
 
复制到文本文档
 
  3、点击左上角的“文件—另存为”,将保存类型修改为“所有文件”,将文件名修改为“xitonghe.bat”(这里重点就是后面的后缀,一定要是“.bat”才行)然后点击保存。
 
修改为bat文件
 
  4、在使用的时候最好在该批处理上单击右键,选择“以管理员身份运行”即可。
 
管理员身份运行
 
  以上就是win7创建批处理文件的详细方法,有需要创建批处理文件的朋友赶紧来试试吧。

本站发布的系统与软件仅为个人学习测试使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果自负,请支持购买微软正版软件
如有任何问题,请及时反馈通知我们,我们会及时处理。邮箱:xitong66666@163.com 网站地图
备案号:闽ICP备2023003222号-1