This is what my SQLCMD looks like
http://i1209.photobucket.com/albums/cc384/King_Bradley/SQLpic.png
I have to
Configure the TCP/IP server listener to use the static TCP port 1433.
then
Use SQLCMD to test connecting to the SQLSERVER named instance using Shared Memory
finally
Use SQLCMD to test connecting to the SQLSERVER TCP/IP listener on TCP port 1433. Use the 127.0.0.1 loopback address to simulate the network.
I am really confused and have no idea how to get started, if I can have some help I would appreciate it. Thank you