Hello. I am trying to use the -z command line option, but I get an error.
I started by first creating a file, here is command line and output:
Code:
C:\under\grams\gslist>gslist -n ut3pc -o c:\under\grams\gslist\stream1.txt
Gslist 0.8.4e
(then your contact info)
Receiving: .. 5637 bytes
-----------------------
930 servers found
And I opened the file after and it had a bunch of servers and ports in it.
I then try to use the -z option to read it, but I get an error, perhaps my command line parameters are wrong. Here are a couple of tries:
Code:
C:\under\grams\gslist>gslist -z c:\under\grams\gslist\stream1.txt
C:\under\grams\gslist>gslist -n ut3pc -z c:\under\grams\gslist\stream1.txt
But they both game me this output:
Code:
Gslist 0.8.4e
(then your contact info)
Gamename:
Enctype: 1
Filter:
Resolving 127.0.0.1 ... 127.0.0.1:28900
- open file c:\under\grams\gslist\stream1.txt
Error: Unable to resolv hostname (Gamename)
How can I supply the gamename in the command line?
Here is the contents of the file for reference:
http://www.birdieman.com/flink/stream1.txtThanks.