windows的bat脚本中文参数到黑窗口后乱码

@echo off  
chcp 65001  
echo %1

  
REM 执行 并传递参数  
main.exe -type base -name 绝世唐门 -url_demo https://wxxxxxxx5-1.html -line_num 5 -start_num 1 -end_num 1 -thread_num 10  

REM 等待5秒钟  
timeout /t 10  
  
REM 脚本结束,正常退出  
exit 0

 

posted @ 2024-04-29 14:42    阅读(5)  评论(0编辑  收藏  举报