Difference between revisions of "MS-DOS"

Jump to navigation Jump to search
222 bytes added ,  22:36, 28 March 2013
m
→‎Pinger: Added annotations
(Added "Pinger")
 
m (→‎Pinger: Added annotations)
Line 1: Line 1:
== Useful Scripts ==
== Useful Scripts ==
=== Pinger ===
=== Pinger ===
This script allows you to launch multiple new instances of continuous pings
<source lang="DOS">
<source lang="DOS">
@echo Off
@echo Off


REM If there's a 2nd command line param (eg :START) go to it
If not "%2"=="" GoTo %2
If not "%2"=="" GoTo %2


Line 12: Line 14:
echo.
echo.


REM Start a new command shell with this script and command line args of %IP% :START
start Cmd /C %0 %IP% :START
start Cmd /C %0 %IP% :START
goto :GETIP
goto :GETIP

Navigation menu