- World of fireYtail.7z
- (43.5 KiB) Downloaded 554 times
Search found 7 matches
- 27 Nov 2018 14:19
- Forum: DOS Batch Forum
- Topic: RPG: World of fireYtail
- Replies: 2
- Views: 3489
RPG: World of fireYtail
Download:
Hi there. Here you have my third batch RPG: World of fireYtail. It comes with 39 levels and a help file. It has a stacking mechanic based on the video game World of Final Fantasy. If you have any questions, please feel free to ask me. Have fun!- 15 Dec 2017 08:29
- Forum: DOS Batch Forum
- Topic: How to export your public IP address to a text file?
- Replies: 13
- Views: 13989
Re: How to export your public IP address to a text file?
You could use a hybrid script. *.bat @if (@X)==(@Y) @end /* valid line in Batch and JScript :: Batch Part: @echo off &setlocal for /f "delims=" %%i in ('cscript //nologo //e:jscript "%~fs0"') do set "ExtIP=%%i" echo %ExtIP% pause :: JScript Part: goto :eof */ try { var objXMLHTTP = new ActiveXObjec...
- 14 Dec 2017 15:23
- Forum: DOS Batch Forum
- Topic: How to export your public IP address to a text file?
- Replies: 13
- Views: 13989
Re: How to export your public IP address to a text file?
I fear I don't understand what you mean by "unfiltered" then. Maybe the whole code I posted above is what you were looking for? Basically what you did using my command line. You seem to use some kind of proxy or your provider really assigned address 208.67.222.222 to your connection. Open this addr...
- 14 Dec 2017 14:14
- Forum: DOS Batch Forum
- Topic: How to export your public IP address to a text file?
- Replies: 13
- Views: 13989
Re: How to export your public IP address to a text file?
Please run nslookup myip.opendns.com. resolver1.opendns.com >"ip.txt" 2>&1 and copy the content of ip.txt. Steffen *** resolver1.opendns.com no encuentra myip.opendns.com.: Non-existent domain Servidor: resolver1.opendns.com Address: 208.67.222.222 Thank you very much. "no encuentra" is Spanish for...
- 14 Dec 2017 13:51
- Forum: DOS Batch Forum
- Topic: How to export your public IP address to a text file?
- Replies: 13
- Views: 13989
Re: How to export your public IP address to a text file?
I normally use "internet address" for the search string. nslookup -debug myip.opendns.com. resolver1.opendns.com 2>NUL |findstr /C:"internet address" Could we see you unfiltered nslookup output please. Unfortunately your code outputs absolutely nothing. If I change "internet address" to "Address:" ...
- 14 Dec 2017 09:35
- Forum: DOS Batch Forum
- Topic: How to export your public IP address to a text file?
- Replies: 13
- Views: 13989
How to export your public IP address to a text file?
Hello, I need some help. As the subject says, I want to get my public IP address in batch somehow and then export it to a file. This is the only thing I've found online, but it's giving me a wrong address, so it's not working (for me??): @Echo off for /f "tokens=2 delims=: " %%A in ( 'nslookup myip....
- 14 Dec 2017 09:20
- Forum: DOS Batch Forum
- Topic: Batch RPG: 004RPG (new) and HyperRPG (outdated)
- Replies: 2
- Views: 4160
Batch RPG: 004RPG (new) and HyperRPG (outdated)
Hi there. I'm new to DosTips.com and here I present you my two batch RPGs: my first one ever (HyperRPG) and my second one, updated and optimized (004RPG)! Please try them out, answer the poll and comment!! Thank you very much and if Hyper wins the poll, I might consider updating and optimizing it to...