Forum

batch - foreach pc ...
 
Notifications
Clear all

batch - foreach pc on csv/txt file command

1 Posty
1 Users
0 Likes
1,230 Widok
0
Topic starter

execute

1 Answer
0
Topic starter
1
2
3
4
5
@echo off
for /f %%a in (pc.csv) do (
echo checking pc time %%a
net time \%%a
)
@echo off
for /f %%a in (pc.csv) do (
echo checking pc time %%a
net time \%%a
)

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: