Search found 1 match
- 16 Jun 2019 09:11
- Forum: DOS Batch Forum
- Topic: BATCH DOES NOT START
- Replies: 1
- Views: 3616
BATCH DOES NOT START
HI AT ALL. When I launching un batch it doesn't start. When i take same string command in this batch and do copy and paste in prompt cmd it start. Why? Command is: for /l %a in (1,1,10) do (echo 192.168.0.%a & psexec \\192.168.0.%a -u administrator -p prova wmic csproduct get name) >>c:\nomimacchina...