- May
- 13,141
- 180
Both of these work at a Powershell prompt.
Only one of these works at a TCC prompt.
Any ideas?
Code:
V:\> (get-item .\timecheck.btm).length
1446
V:\> (get-item .\timecheck.btm:nist.txt).length
853
Only one of these works at a TCC prompt.
Code:
v:\> echo %@pshell[(get-item .\timecheck.btm).length]
1446
v:\> echo %@pshell[(get-item .\timecheck.btm:nist.txt).length]
ECHO is OFF
Any ideas?