小编Fri*_*oli的帖子

批处理以递归方式列出具有日期时间和大小的pathfilename的两个问题

这批代码:

    :: File name: jjlist.bat  (normally, must be in system path)
    ::
    :: Purpose:
    :: batch that lists date/time, justified size and full path and file name.
    :: that goes to the screen or into a named file in current directory (folder)
    ::
    :: To use, at the command line type:
    :: jjlist *.* [or *.jpg etc]
    ::  to direct output to screen.
    :: or
    :: jjlist *.* outfilename.txt
    ::
    :: author: eliasrk(at)gmail.com
    ::
    @echo off
    set outfile=%2
    if "%1x"=="x" …
Run Code Online (Sandbox Code Playgroud)

batch-file

5
推荐指数
1
解决办法
169
查看次数

标签 统计

batch-file ×1