Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

DOS Code Help

Joined
Dec 26, 2007
Messages
6,129
Points
0
Ok, i need to do these commands with the command prompt (on windows):

netsh int ip reset a.txt
netsh int ip reset log.txt
netsh winsock reset

does anybody know how to code it in a .bat file? do i just throw them into a .txt and make a .bat file out of it?
thanks guys.


PS: maybe a line could be added to inform each process has been done (A.txt reset! / etc.)
 





Joined
Feb 28, 2008
Messages
1,809
Points
0
Niko said:
Ok, i need to do these commands with the command prompt (on windows):

netsh int ip reset a.txt
netsh int ip reset log.txt
netsh winsock reset

does anybody know how to code it in a .bat file? do i just throw them into a .txt and make a .bat file out of it?
thanks guys.


PS: maybe a line could be added to inform each process has been done (A.txt reset! / etc.)
yeah just use notepad and save it under "all files" so it doesnt make it a txt file and make it have extension as .bat

http://en.wikipedia.org/wiki/List_of_DOS_commands

should be easy
 




Top