返回列表 发帖
回复 3# freesoft00


    批处理中的 del 没这用法
要么写成:
  1. powershell -command "dir | del"
复制代码
要么写成:
  1. del *
复制代码

TOP

返回列表