摘要: 代码 @echo off echo "drag a file into window, and press enter:" REM 显示拖入文件的完整路径(带文件名),带首尾引号 set doc_dir_withfilename="%~1" echo %doc_dir_withfilename% R 阅读全文
posted @ 2021-11-14 00:17 am7s 阅读(1575) 评论(0) 推荐(0)