SyntaxFix
Write A Post
Hire A Developer
Questions
This should work:
for /F "tokens=*" %i in ('temperature') do prismcom.exe usb %i
If running in a batch file, you need to use %%i instead of just %i (in both places).
%%i
%i