<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[批处理开机自启动要怎么写？]]></title>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204]]></link>
 <description><![CDATA[Latest 20 replies of 批处理开机自启动要怎么写？]]></description>
 <copyright><![CDATA[Copyright(C) 风云小站]]></copyright>
 <generator><![CDATA[PHPWind BLOG by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Mon, 06 Apr 2026 17:22:41 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://42.193.176.42]]></link>
 <description><![CDATA[风云小站]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[如过你是需要时间的话，我有个办法，加个PAUSE 
等你看完后，按任意键立
可以结束。]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2368424]]></link>
 <author><![CDATA[mytrna]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Thu, 02 Aug 2007 12:13:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[没写过]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2366357]]></link>
 <author><![CDATA[keoxs]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Thu, 02 Aug 2007 08:52:50 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[比如把以下横线内的内容，存成bat文件
－－－－－－－－－－
@echo off
title 我的格言
cls
color f0
echo 这里为格言内容
ping -n 5 127.0.0.1&gt;nul
exit
－－－－－－－
其中的color f0 可以直接控制，前面的f代表背景颜色，0代表文字颜色，代码如下：
 0 = 黑色&nbsp; &nbsp; &nbsp;  8 = 灰色
 1 = 蓝色&nbsp; &nbs ..]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2348721]]></link>
 <author><![CDATA[ygyears]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 31 Jul 2007 09:21:16 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[如果只是要显示一段话，还不如直接用echo]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2348518]]></link>
 <author><![CDATA[ygyears]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 31 Jul 2007 09:07:49 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[回复说，绕了个大圈子，原来把记事本建立个快捷方式直接拖到启动里就行了，可是定时关掉这个问题还有待解决，在此感谢所有热心帮忙的朋友]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2341146]]></link>
 <author><![CDATA[binixingfu]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2007 07:26:25 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[80286说得对的，
xp启动的时候不会运行autoexec.bat
win2000会运行autoexec.bat 
要想xp启动autoexec.bat设置还很麻烦，不如直接加入启动组了]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2340708]]></link>
 <author><![CDATA[heroyb]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2007 06:24:03 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第3楼imgift于2007-07-29 23:23发表的&nbsp; :
或者是显示系统隐藏文件
之后找到AUTOEXEC.bat这个文件
把批处理写进去~
时间的话上面的应该行~
30秒
.......[/quote]
以前我试过的,放到里面开机不会被执行!]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2338939]]></link>
 <author><![CDATA[80286]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2007 03:43:33 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[偶是想写上一段格言自勉，每天都要看，看东西当然要时间了，呵呵，就是三十我就看完了，所以有这个想法]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2336920]]></link>
 <author><![CDATA[binixingfu]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Sun, 29 Jul 2007 16:39:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[或者是显示系统隐藏文件
之后找到AUTOEXEC.bat这个文件
把批处理写进去~
时间的话上面的应该行~
30秒
要30秒干嘛？
运行完自动关了不就得了？]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2336241]]></link>
 <author><![CDATA[imgift]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Sun, 29 Jul 2007 15:23:15 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[时间设置的一个方法是使用ping命令，不过比较难以精确。
ping -n 30 127.0.0.1&nbsp;  
命令作用是ping本机器30次,约30秒左右
之后结束记事本进程使用
taskill /im notepad.exe


所以合起来就是
start E:\存档\偶尔使用\新建.txt
ping -n 30 127.0.0.1&nbsp;  
taskill /im notepad.exe]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2335498]]></link>
 <author><![CDATA[heroyb]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Sun, 29 Jul 2007 13:39:05 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我有一个实现开机自动启动的方法:
定位到开始--程序--启动--右键选择打开启动项,这时就进入了当前用户起动系统时所要执行的程序的文件夹,将你写的批处理拖入该文件夹就行了!
如果里面是显示一段信息的话,执行完成过后就会自动关闭的,至于设置时间的话,就等高手来了咯!]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=81204#2334878]]></link>
 <author><![CDATA[80286]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Sun, 29 Jul 2007 11:35:13 +0000]]></pubdate>
</item>
</channel></rss>