|
-
May 21st, 2007, 07:25 AM
#1
Thread Starter
Junior Member
[RESOLVED] New bie question
I'm new to programming and VB. I'm using VB 2005. I've looked thru the internet before I got to this site. I have a couple questions.
How can I change my IP address without shelling out to netshell?
How can I stop a cmd window from closing after the program has run when I shell out to it?
Thanks,
Tony
-
May 21st, 2007, 07:32 AM
#2
Re: New bie question
well for your first question, here is an example of how to change your ip address
http://www.dotnet247.com/247referenc...3B910D2B4.dcik
Adding the /k switch will tell the command window to remain open
example
cmd.exe /k ipconfig /all
Last edited by bmahler; May 21st, 2007 at 07:36 AM.
-
May 21st, 2007, 11:21 AM
#3
Thread Starter
Junior Member
-
May 21st, 2007, 11:31 AM
#4
Re: New bie question
Be sure to mark this thread resolved using the thread tools if your question has been answered.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|