China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-07-01 14:58
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » Please provide the specific content or more details about the requirements for the batch program to delete files immediately so that I can help you translate or further process it. Currently, the information is too simple. View 12,947 Replies 36
Floor 31 Posted 2007-11-11 16:35 ·  中国 上海 电信
高级用户
★★★
Credits 916
Posts 377
Joined 2004-03-08 00:00
22-year member
UID 19523
Gender Male
Status Offline
Occasionally found this post, the solution I've been wanting all along, heh.
It would be great if it could delete while the program is copying from an external hard drive to the computer. I don't know how the Panda virus achieves deleting.gho files in real time.
Floor 32 Posted 2007-11-11 18:09 ·  中国 江西 南昌 电信
初级用户
Credits 62
Posts 32
Joined 2007-10-12 18:56
18-year member
UID 99550
Gender Male
Status Offline
Haha~~Recently I've also been learning batch processing~~~~~~~~~~~~~··
Floor 33 Posted 2007-12-06 06:53 ·  中国 黑龙江 黑河 北安市 联通
新手上路
Credits 7
Posts 3
Joined 2006-11-23 01:12
19-year member
UID 71404
Gender Male
Status Offline
I've learned a lot from everyone here. All are experts!

Now many systems are installed using GHOST versions. For safety, these systems prohibit running.vbs scripts, so it's best not to use.vbs

[ Last edited by basdk on 2007-12-6 at 06:58 AM ]
Floor 34 Posted 2008-05-27 10:24 ·  中国 浙江 宁波 慈溪市 电信
新手上路
Credits 16
Posts 6
Joined 2008-05-27 08:33
18-year member
UID 119799
Gender Male
Status Offline
Lao Da on the 7th floor: I made a registry file, but why can't I import it? It prompts invalid or can only import binary. It's about forbidding QQ games. The file is as follows:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun]

"1"="qqgame.exe"
Please ask all experts for guidance
Floor 35 Posted 2008-05-27 11:04 ·  中国 浙江 宁波 慈溪市 电信
新手上路
Credits 16
Posts 6
Joined 2008-05-27 08:33
18-year member
UID 119799
Gender Male
Status Offline
tianzizhi
I'm a newbie. What does "tn zhang" mean? I want to learn batch processing well. What materials should I read?
Thanks
Floor 36 Posted 2010-12-29 17:13 ·  中国 广东 东莞 中移铁通
初级用户
★★
Credits 115
Posts 92
Joined 2010-12-24 16:57
15-year member
UID 179794
Gender Male
Status Offline
Saw the growth of others.
Floor 37 Posted 2011-01-10 19:04 ·  中国 北京 联通
新手上路
Credits 10
Posts 10
Joined 2010-11-18 20:41
15-year member
UID 177819
Gender Male
Status Offline
The LZ can change the way of thinking.
For example, if you are afraid that QQGame will be installed on disks like C, D, E, etc., it's very simple. Under the corresponding directories of each disk, create a text file, then rename it to qqgame.exe, and then set the permission to read-only.
If you are afraid of being cracked violently, it's also very simple. Find any background program (with no side effects), rename it to qqgame.exe, then associate it with a process, and it will run at startup. Then the QQGame program is not easy to be deleted.
If installation is allowed but you just want to kill the process in tasklist after running it, then make a background process to monitor tasklist. But this doesn't fundamentally solve the problem, because others can just rename QQGame.
Another method is to make your own network a proxy and set a username and password. In this way, it's almost difficult to crack.
Finally, I'm not sure. It's to prohibit the port corresponding to QQGame.
Hope to give the LZ some inspirations.
Forum Jump: