用 for…in…do命令将200个目录的共享取消的命令为()


用 for…in…do命令将200个目录的共享取消的命令为()

A.for /l %%a in(1,200)do net share d:\ws\w%%a /del

B.for /l %%a in(1,1,200)do net share d:\ws\w%%a

C.for /l %%a in(1,1,200)do net share d:\ws\w%%a /del

D.for /l %%a in(1,200)do net share d:\ws\w%%a /del

正确答案:for /l %%a in(1,1,200)do net share d:\ws\w%%a /del


Tag:Windows服务器配置与管理 命令 目录 时间:2022-01-30 22:00:52