; ComputerName ; ------------ ; Display the network name of the computer in a banner ; with 5 second delay. Note - change to message box ; by commenting banner and delay and uncommenting ; msgbox command ; getname A upvar A ;msgbox ComputerName,Computer name is %A,0 banner Computer name is %A delay 50 banoff