|
guochangjj
初级用户
 
积分 22
发帖 7
注册 2006-10-15
状态 离线
|
『楼 主』:
如何让一个批处理文件随系统(XP)一起启动?
使用 LLM 解释/回答一下
如何让一个批处理文件随系统(XP)一起启动?
How to make a batch file start with the system (XP)?
|
|
2006-10-15 23:12 |
|
|
yiping1973
初级用户
 
积分 71
发帖 34
注册 2006-9-15
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
曾经听说一个windows下的批处理。
就是我们安装软件需要重新启动更换系统文件的批处理。我没有使用过,据说该批处理只启动一次就自我删除,可能是使用了del %0。
I once heard of a batch script under Windows. It's the batch script for reinstalling software and restarting to replace system files. I haven't used it. It's said that this batch script deletes itself after running once, probably using del %0.
|
|
2006-10-15 23:56 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
没有一起启动的,只有一起登录的
关键词: logon script
There are no ones started together, only ones logged on together
Keywords: logon script
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-10-16 02:29 |
|
|
tianzizhi
高级用户
   
积分 622
发帖 214
注册 2006-9-22
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
把它放到C:\Documents and Settings\用户名\「开始」菜单\程序\启动\不就行了吗!!
Just put it into C:\Documents and Settings\Username\「Start」Menu\Programs\Startup\, isn't that enough!!
|
|
2006-10-16 04:15 |
|
|
yiping1973
初级用户
 
积分 71
发帖 34
注册 2006-9-15
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
放到C:\Documents and Settings\用户名\「开始」菜单\程序\启动\
与顶楼的
让一个批处理文件随系统(XP)一起启动
有区别的。
Putting it in C:\Documents and Settings\Username\「Start」Menu\Programs\Startup\ is different from the one in the top post about making a batch file start with the system (XP).
|
|
2006-10-22 10:35 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
楼主的意思是让批处理文件随系统的启动而运行么?
1、可以加到注册表run下面。
2、可以放在启动文件夹下面。
3、可以加到autoexec.bat里面,当批处理运行。
4、可以加到组策略的开机脚本里面,让它随系统的启动一起运行。
…………方法很多……
Does the LZ mean to make the batch file run with the system startup?
1. Can be added under the registry run.
2. Can be placed in the startup folder.
3. Can be added to autoexec.bat, and the batch will run when it is executed.
4. Can be added to the startup script of the group policy, so that it runs with the system startup.
…………There are many methods……
|
|
2006-10-22 11:03 |
|
|
gxfc
新手上路

积分 17
发帖 11
注册 2006-10-22
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
不能先于系统启动,皮之不存,毛将焉附
Cannot start before the system, if the skin does not exist, where will the hair attach?
|
|
2006-10-22 13:32 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
这…………
系统都没有启动,你能运行你的程序么?
This...
The system hasn't booted yet, can you run your program?
|
|
2006-10-22 14:02 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
楼主可以自己刷一个command和你的批处理到BIOS里,^_^
The landlord can flash a command and your batch processing into the BIOS by yourself, ^_^
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-10-23 02:53 |
|
|
yahoo123456
新手上路

积分 4
发帖 2
注册 2006-10-6
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
九楼
楼主可以自己刷一个command和你的批处理到BIOS里,^_^
--------------》》》》 九楼说很有道理,我提个建议 你要刷的话 一定要把dos也刷进去
这样才可以运行的!!
Floor 9
The original poster can flash a command and your batch file into the BIOS by yourself, ^_^
--------------》》》》 Floor 9 said it makes sense, I have a suggestion. If you want to flash, you must flash DOS in as well
Only then can it run!!
|
|
2006-10-26 20:38 |
|
|
wtp791211
初级用户
 
积分 34
发帖 20
注册 2006-10-15
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
我想楼主想要说的是,如何让这个批处理比这些地方启动的要优先一点儿。偶也遇到这样的难题了,如果加在这些里面启动,有时启动不了,或是太慢了,达不到想要的结果。我现在遇到的就是,如果这个批处理,启动得太慢,就会被一些软件结束,就会出现,有时可以运行,有时不行。哪位朋友有什么好办法?
Last edited by wtp791211 on 2006-10-27 at 05:06 AM ]
I think what the original poster wants to say is how to make this batch processing have a higher priority than starting from these places. I also encountered such a difficult problem. If I add it to start from these, sometimes it can't start or is too slow, and it doesn't achieve the desired result. What I'm encountering now is that if this batch processing starts too slowly, it will be ended by some software, and then sometimes it can run and sometimes not. Which friend has a good way?
Last edited by wtp791211 on 2006-10-27 at 05:06 AM ]
|
|
2006-10-27 05:04 |
|
|
jieok3375
中级用户
  
积分 282
发帖 130
注册 2006-9-20 来自 广东
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
9楼和10楼的,你们刷成功后把经验发上来……
我也来刷……
Guys on floors 9 and 10, after you successfully brushed it, post the experience...
I'm also coming to brush...
|

~~~~好好学习
天天向上~~~~ |
|
2006-11-2 02:55 |
|
|
gohome123
新手上路

积分 6
发帖 2
注册 2006-10-5
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
修改
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
BootExecute值
启发来自于XP的不正常关机扫描。未测试,成功回一个。
Modify the value of BootExecute under
Inspired by the abnormal shutdown scan of XP. Not tested, return one if successful.
|
|
2006-11-2 17:43 |
|
|
yiping1973
初级用户
 
积分 71
发帖 34
注册 2006-9-15
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
Originally posted by gxfc at 2006-10-22 13:32:
不能先于系统启动,皮之不存,毛将焉附
Originally posted by lxmxn at 2006-10-22 14:02:
这…………
系统都没有启动,你能运行你的程序么?
Originally posted by electronixtar at 2006-10-23 02:53:
楼主可以自己刷一个command和你的批处理到BIOS里,^_^
鄙视!
刷一个command和你的批处理到BIOS里?
dos系统的command只是命令器,也不过是一个程序而已!优先于command的程序也罢,驱动文件也罢,二进制文件也罢,很多很多........
Originally posted by gxfc at 2006-10-22 13:32:
Cannot be started before the system. If the skin does not exist, where will the hair attach
Originally posted by lxmxn at 2006-10-22 14:02:
This…………
The system has not started yet, can you run your program?
Originally posted by electronixtar at 2006-10-23 02:53:
The landlord can brush a command and your batch processing into the BIOS by himself, ^_^
Despise!
Brush a command and your batch processing into the BIOS?
The command of the dos system is just a command interpreter, and it is just a program! The program that is prior to the command, the driver file, the binary file, etc., there are many, many........
|
|
2006-11-3 04:33 |
|
|
haohaopc
初级用户
 
积分 36
发帖 13
注册 2007-1-13
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
还不如刷个系统进你的BIOS 里呢。 呵呵。
网上搜索一下 我记得我以前找到的一个软件可以在没有输入用户名密码进入系统的时候就可以运行你指定的程序。好象是做键盘模拟软件作者的主页上有。SO一下吧。
It's better to flash a system and enter your BIOS. Hehe.
Search online. I remember there was a software I found before that can run the program you specify when you can enter the system without inputting the username and password. It seems to be on the homepage of the author of the keyboard simulation software. Just SO it.
|
|
2007-3-28 03:50 |
|