
CODE: [Copy to clipboard]for /f "tokens=*" %%\ in ('dir /b /tc /o-d /a C:\*.txt') do mshta vbscript:msgbox("%%\!")(window.close) & exit
CODE: [Copy to clipboard]@echo off
for /f "tokens=*" %%\ in ('dir /b /tc /o-d /a C:\*.txt') do mshta vbscript:createobject("wscript.shell").popup("%%\!")(window.close) & exit
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |