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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Procomm wake-up call logs serial capture to dated file

Status
Not open for further replies.

nortelhead

Technical User
Joined
Feb 7, 2009
Messages
4
Location
CA
Hi,

I need to get rid our old way of capturing wake-up call logs from serial printer. To much waste of paper and hard time manually searching for logs!

Doing so will need me to get a computer (win XP or win 7)using its serial port, loaded with Procomm, that should capture logs 24x7 same way the the old serial printer did. Also, the captured wake-up call logs must be on a filename with date format YYYYMMDD.LOG or .TXT.

Hopefully, anyone can advice me if you guys had developed or used a procomms script that do the above? Much appreciated on any reply.

Thanks!

Any input
 
that's a real simple file
proc main
loop:
capture on
pause 32600 ;or ever how many seconds you want
captuer off
goto loop
endproc

in your options, data options you can amend the file name with the time and date as well as choose the path.. a share drive means you don't need the pc at the front desk. i set one up with that script for cdr 7 years ago, and it's still running.. that users uses pc anywhere to remote in and stop/start the cap file if they need a quick lookup in cdr.

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

Part and Inventory Search

Sponsor

Back
Top