TGC Codebase Backup



Net info by Alex Libby

20th Dec 2009 16:06
Summary

This tool is to give fast ip information, Enhancements Expansion Pack is needed.



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    sync on
set text font "Ariel"
set text size 50
backdrop on

do
text 5,0,GET COMPUTER NAME$()
text 5,55,GET IP ADDRESS$()
sync
loop