- Dec
- 236
- 2
When I run the follow script from a .BTM:
@echo off
VER /R
echo %@font[0]
echo %@font[1]
echo %@font[2]
echo %@font[3]
echo %@font[4]
echo %@font[5]
I get:
TCC 16.00.37 Windows XP [Version 5.1.2600]
TCC Build 37 Windows XP Build 2600 Service Pack 3
Registered to My Company - 1 System License
0
1
2
3
4
5
This is not what I am expecting.
Craig
@echo off
VER /R
echo %@font[0]
echo %@font[1]
echo %@font[2]
echo %@font[3]
echo %@font[4]
echo %@font[5]
I get:
TCC 16.00.37 Windows XP [Version 5.1.2600]
TCC Build 37 Windows XP Build 2600 Service Pack 3
Registered to My Company - 1 System License
0
1
2
3
4
5
This is not what I am expecting.
Craig