











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
PathPing Batch file
|
JimW±
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
PathPing Batch file
Batchfile to output results of pathping to a text file
1. Create a file c:\cr13.txt that has ONLY an <Enter> character =
(carriage return)=20
2. Create a file n.cmd with the following 4 lines (substitute any site =
for NEWS in 3rd line)
date > c:\aaa%1.txt < c:\cr13.txt
time >> c:\aaa%1.txt < c:\cr13.txt
pathping NEWS >> c:\aaa%1.txt
time >> c:\aaa%1.txt < c:\cr13.txt
3. then at Run or at command prompt, type
n 1
or
n 2
or
n (whatever - to create different versions)
Report this post to a moderator
|
|
02-22-03 02:23 AM
|
|
JimW±
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: PathPing Batch file
pathping (by default) sends 100 pings to each router along the way (4 =
per second)
A 10 router path would take 250 seconds
A command line window will open (if run from RUN) & for some time it may =
appear that nothing is happening
add
@echo =07
to the end to hear a beep when it is finished
=07 is ^G, ASCII#7 - but you may need to copy it from here
JimW=B1 wrote:
> Batchfile to output results of pathping to a text file
>=20
> 1. Create a file c:\cr13.txt that has ONLY an <Enter> character
> (carriage return)=20
>=20
> 2. Create a file n.cmd with the following 4 lines (substitute any
> site for NEWS in 3rd line)=20
>=20
> date > c:\aaa%1.txt < c:\cr13.txt
> time >> c:\aaa%1.txt < c:\cr13.txt
> pathping NEWS >> c:\aaa%1.txt
> time >> c:\aaa%1.txt < c:\cr13.txt
>=20
>=20
> 3. then at Run or at command prompt, type
>=20
> n 1
> or
> n 2
> or
> n (whatever - to create different versions)
Report this post to a moderator
|
|
02-22-03 03:23 AM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|