Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 30534

for/f syntax

$
0
0

Hi,

i have a file with the name of the printer and its status

xx\xx\xx\idle or resuming

what would be the correct syntac-x ?

for /f "tokens=1,2,3,4 delims=\" %d in ('printers.txt') DO @ECHO %b


Viewing all articles
Browse latest Browse all 30534

Trending Articles