Search found 2 matches

by Enigma_
20 Sep 2011 16:29
Forum: DOS Batch Forum
Topic: Help with fetching a command from a remote text-file.
Replies: 2
Views: 2543

Re: Help with fetching a command from a remote text-file.

Thank you for your help.
I've got to say, I feel very...Foolish. >_<

I guess it was a simple mistake, but apparently the people on these forums are patient enough to deal with me. :)

Once again, thank you!
by Enigma_
17 Sep 2011 17:23
Forum: DOS Batch Forum
Topic: Help with fetching a command from a remote text-file.
Replies: 2
Views: 2543

Help with fetching a command from a remote text-file.

For some reason, this code: for /f "delims=" %a in ('URL2FILE http://www.website.com/file.txt ^| findstr /v "linux"') do @%a Works perfectly fine from the command line, but will fail when I use it in a batch file. :s Basically it's supposed to fetch the file's contents, and feed ...