freesoft00 当前离线
六级士官
PowerShell dir|del复制代码
TOP
@echo off PowerShell ls | sort -Descending Name | Format-Table Name,Mode复制代码