- Sep
- 50
- 0
Code:
@echo off
echo 1. One > 1.tmp
echo 2. Two >>! 1.tmp
set sel=%@select[1.tmp,7,24,11,55]>con
TCC v.15 result:
TCC v.21 result:
In version 21, the @SELECT window is out of the console
@echo off
echo 1. One > 1.tmp
echo 2. Two >>! 1.tmp
set sel=%@select[1.tmp,7,24,11,55]>con
TCC v.15 result:
TCC v.21 result:
In version 21, the @SELECT window is out of the console