QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: krovit on October 03, 2020, 04:34:55 am
-
Hello everyone!
If I did not mis understand the IP address (in the LAN and public on the network) is not handled directly in QB64.
The commands to manage TCP/IP are for mail and other very interesting functions but not to know the IP (I think!)
ENVIRON$() provides a lot of information but not the IP address.
With a batch file (DOS) you can have a lot more information (even the IP address, of course)...
but can you find this information directly from QB64?