Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Procomm script for CDR

Status
Not open for further replies.

telmallah2006

Technical User
Jun 8, 2006
10
A2
Hi Guys;

Does any one have a procomm script that automatically captures and timestamps a file every 24 hours and save it locally at D:/CDR
 
Code:
proc main

        loop:
	capture on
	pause 86400
	capture off
	goto loop

endproc

then go to Options/Data Options/Paths and set the path to your D:.. you can also use that tab to save each file with the date stamp. i haven't compiled that script but it's a pretty easy one.. just open script editor, (alt f3), pick new and paste it there, do a save as and compile.. (you cab check the math, but that should be the number of seconds in 24 hours..

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top