IncredibleVolk
Technical User
This was working earlier but now it's not allowing me to set the capture file name.
ltimeints $LTIME iYear iMonth iDay iHour iMin iSec
strfmt sFileName "C:\Program Files\Symantec\Procomm Plus\Capture\ACTIVITY_%d%02d%02d" iYear iMonth iDay
strcat sFileName ".TXT"
txflush
pause 1
rxflush
Clear
transmit "^M"
Capture Off
Set Capture File sFileName
Set Capture Overwrite On
ltimeints $LTIME iYear iMonth iDay iHour iMin iSec
strfmt sFileName "C:\Program Files\Symantec\Procomm Plus\Capture\ACTIVITY_%d%02d%02d" iYear iMonth iDay
strcat sFileName ".TXT"
txflush
pause 1
rxflush
Clear
transmit "^M"
Capture Off
Set Capture File sFileName
Set Capture Overwrite On