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-08-01 11:07
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » [Help] How to delete a certain type of file in an unknown directory under DOS! View 2,530 Replies 2
Original Poster Posted 2003-11-07 00:00 ·  中国 湖北 武汉 电信
初级用户
Credits 108
Posts 2
Joined 2003-11-07 00:00
22-year member
UID 12614
Gender Male
Status Offline
I want to delete some RM format video files on my DVD drive under DOS. (The system can't boot in.) They take up too much space.

I used del e:\*.rm, which can only delete RM files in the root directory. But I have some RM files saved in folders with very long Chinese names. I don't know how to delete these RM files... Please help...

Don't dare to use format, there are some important documents that can't be deleted.

Deltree doesn't work well either because the file directory is garbled. In short, it's very troublesome. Please teach me a simple way to delete RM format files in a certain partition and unknown directories. Thanks a lot..........

I think this must be a simple problem. I have to come to the internet café to ask experts for guidance. Thanks again
Floor 2 Posted 2003-11-25 00:00 ·  中国 辽宁 朝阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
You can use the DOS version of PKZIP to complete this task. The following is a batch file I wrote, you can give it a try. (Taking deleting all.BAK files as an example)

@ECHO OFF
CD\
IF EXIST C:\TMP^TMP.ZIP DEL C:\TMP^TMP.ZIP
PKZIP.EXE -a -exx -p -r -o -= -a+ -n+ -! -m C:\TMP^TMP.ZIP *.BAK > NUL
DEL C:\TMP^TMP.ZIP


PKZIP.EXE file download: Open attachment

Welcome to exchange experiences!
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 3 Posted 2003-11-29 00:00 ·  中国 河南 安阳 联通
银牌会员
★★★
Credits 1,186
Posts 334
Joined 2003-05-30 00:00
23-year member
UID 2626
Gender Male
Status Offline
Aren't there bilingual versions of tools similar to PCTools? I just use it. Deleting and copying are very convenient.
Forum Jump: