Results 1 to 11 of 11
Thread: (/)
Hybrid View
-
4th November 2013 11:04 #1Banned
Join Date: Aug:2008
Location:
Posts: 5,960
(/)
, , , , , 2 . 2 , . , . - , .
-
4th November 2013 15:29 #2
PingPlotterPro
Emco Ping Monitor
( ):
@Echo OFF
TITLE Ping Device
REM Pinger.CMD
REM takes the IP address of %1 and outputs to the %1.txt file the
REM line that includes date time pass/fail for ping
REM
REM
REM -------------------------------------------------------------
IF %1.==. GoTo USAGE
Set CURRDATE=%TEMP%\CURRDATE.TMP
Set CURRTIME=%TEMP%\CURRTIME.TMP
Set CURRPING=%TEMP%\CURRPING.TMP
DATE /T > %CURRDATE%
TIME /T > %CURRTIME%
ping -n 1 %1 | find /i "packets" > %CURRPING%
Set PARSEARG="eol=; tokens=1,2,3,4* delims=/, "
For /F %PARSEARG% %%i in (%CURRDATE%) Do SET DDMMYYYY=%%j/%%k/%%l
Set PARSEARG="eol=; tokens=1,2,3* delims=:, "
For /F %PARSEARG% %%i in (%CURRTIME%) Do Set HHMM=%%i:%%j%%k
Set PARSEARG="EOL=; tokens=1*"
FOR /F %PARSEARG% %%i in (%CURRPING%) Do Set PPPP=%%i %%j
Echo %DDMMYYYY% %HHMM% %PPPP% >>%1.txt
GoTo END
:USAGE
Echo Usage: Pinger IPaddress
Echo Pings IPaddress and oppends results to IPaddress.txt
GoTo END
:END
REM
TITLE Command Prompt
-
4th November 2013 15:32 #3Banned
Join Date: Aug:2008
Location:
Posts: 5,960
, .
-
6th November 2013 00:31 #4Banned
Join Date: Aug:2008
Location:
Posts: 5,960
lost at 5.11.2013 . 11:24:50
restored at 5.11.2013 . 11:26:34
. - , , , .
-
6th November 2013 08:33 #5
-
6th November 2013 09:17 #6Banned
Join Date: Aug:2008
Location:
Posts: 5,960
- , .
Warning Connection Status Connection to the 'bulsat (188.254.154.1)' host was lost at 6.11.2013 . 07:33:20 .. Ping reply was not received within the allotted time. IP status: 11010. 6.11.2013 . 07:33:25 .
Information Connection Status Connection to the 'bulsat (188.254.154.1)' host was restored at 6.11.2013 . 07:34:55 .. 6.11.2013 . 07:34:55 .




Reply With Quote

7th May 2023, 16:02 in PC