老人看戏机文件排序是按照文件的修改时间,可以通过copy命令修改文件的日期和时间,从而完成文件的排序。
copy abc.xyz +,, 或是 copy *.* +,,
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/copy
Changing the time and date of a file
If you want to assign the current time and date to a file without modifying the file, use the following syntax:
Copy
copy /b <Source> +,,
The commas indicate the omission of the Destination parameter.