Search found 1 match

by df9870
08 Jun 2010 16:20
Forum: DOS Batch Forum
Topic: script was working, now it will not
Replies: 1
Views: 2857

script was working, now it will not

I put together a script to take ouy out from a dsquery and create a list of FQDNs. The script was working, I closed the command window, opened a new one and now the script does not work. Please help The script is below @echo off for /f %%x in (computers.txt) do ( echo %%x set mystr=%%x for /f "...