ECHO 处于打开状态。
E:\GNSSTools\test_TEQC>setlocal enabledelayedexpansion
E:\GNSSTools\test_TEQC>for%i in (Inputs/*.??o)do(echo%i
set"file=%i"set"reportfile=!file!.report_lite"
teqc +qc Inputs/"%i" 1>Outputs/"!reportfile!")
E:\GNSSTools\test_TEQC>(echo bjfs0010.25o
set"file=bjfs0010.25o"set"reportfile=!file!.report_lite"
teqc +qc Inputs/"bjfs0010.25o" 1>Outputs/"!reportfile!")
bjfs0010.25o
qc lite >! Notice !'Inputs/bjfs0010.25o': no GLONASS navigation file/data or slot vs. frequency channel number file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
E:\GNSSTools\test_TEQC>(echo bjfs0020.25o
set"file=bjfs0020.25o"set"reportfile=!file!.report_lite"
teqc +qc Inputs/"bjfs0020.25o" 1>Outputs/"!reportfile!")
bjfs0020.25o
qc lite >! Notice !'Inputs/bjfs0020.25o': no GLONASS navigation file/data or slot vs. frequency channel number file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
E:\GNSSTools\test_TEQC>(echo bjfs0030.25o
set"file=bjfs0030.25o"set"reportfile=!file!.report_lite"
teqc +qc Inputs/"bjfs0030.25o" 1>Outputs/"!reportfile!")
bjfs0030.25o
qc lite >! Notice !'Inputs/bjfs0030.25o': no GLONASS navigation file/data or slot vs. frequency channel number file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
E:\GNSSTools\test_TEQC>pause
请按任意键继续...
Quality Check:full模式
full模式bat脚本
@echo off
setlocal enabledelayedexpansion
for%%i in (Inputs/*.??o)do(set"file=%%i"set"reportfile=!file!.report_full"set"base=%%~ni"set"base=brdc!base:~4!"
rem o to n
set"ext_part=%%~xi"set"new_ext=!ext_part:~1,2!n"set"target_file=!base!.!new_ext!"
teqc +qc Inputs/"!target_file!" Inputs/"%%i" > Outputs/"!reportfile!")
pause
full模式运行实例
qc lite >! Notice !'Inputs/bjfs0010.25o': no GLONASS navigation file/data or slot vs. frequency channel number file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
qc lite >! Notice !'Inputs/bjfs0020.25o': no GLONASS navigation file/data or slot vs. frequency channel number file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
qc lite >! Notice !'Inputs/bjfs0030.25o': no GLONASS navigation file/data or slot vs. frequency channel number file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
请按任意键继续...