
CODE: [Copy to clipboard]wmic datafile where "name='f:\\lxmxn\cn-dos\\lxmxn.vbs'" list
| Quote: | |
|
CODE: [Copy to clipboard]hh wmic.chm
CODE: [Copy to clipboard]@echo off
rem 文件名处理:
set "file=d:\a.html"
set "file=%file:\=\\%"
rem 输出重定向
set "outFile=out.html"
rem 如果想把结果保存到剪贴板,则把outfile设置为下面的值
rem set "outFile=CLIPBOARD"
rem 输出格式:
set "fileType=htable"
wmic /output:%outFile% datafile where "name='%file%'" list /format:%fileType%
exit /b 0
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |