Abuse Melding

Je hebt een klacht over de onderstaande posting:

09-02-2011, 08:00 door Anoniem

@echo off title NETWORK RESET SCRIPT :prompt color 1f cls echo NETWORK RESET SCRIPT echo. echo Type r to Reset Network echo Type p to do a ping test echo Type c to go to Command Prompt echo Type q to exit set /p answer= if ‘%answer%’ == ‘r’ goto test if ‘%answer%’ == ‘R’ goto test if ‘%answer%’ == ‘C’ goto cmd if ‘%answer%’ == ‘c’ goto cmd if ‘%answer%’ == ‘q’ goto quit if ‘%answer%’ == ‘Q’ goto quit if ‘%answer%’ == ‘P’ goto ping if ‘%answer%’ == ‘p’ goto ping pause >nul :test cls echo —————————————————- echo – RELEASING IP…. - echo —————————————————- ipconfig /release >nul echo. echo Done! echo. echo —————————————————- echo – FLUSHING IP… - echo —————————————————- ipconfig /fluship >nul echo. echo Done! echo. echo ...

Beschrijf je klacht (Optioneel):

captcha