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
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