1. 首页
  2. 数据库
  3. 其它
  4. bat文件循环、字符串

bat文件循环、字符串

上传者: 2021-01-14 13:37:45上传 PDF文件 28KB 热度 8次
windows 下用 .bat 文件控制程序编译、对不同输入输出文件运行。 @echo off setlocal enabledelayedexpansion cls diff main.cpp test/main.cpp > log/diff.txt g++ -O3 main.xfsh.cpp -o test -lpthread REM main.exe test_data.txt log/out.test_data.txt REM python check.py -a result.txt -b log/out.test_data.txt for %%F in (dataset/data.
用户评论