hitsugaya915
Programmer
I have a question regarding the capture feature of ProComm. I am in need of logging the terminal window output exactly as it is displayed on the screen, and while I have accomplished this for the most part, there are times where the output that is logged is not the same as the output on the terminal window. For example, a file listing is displayed on a terminal window, but what I see in my log instead is everything which surrounds that file listing (Anything in less than, greater than symbols is a comment from me).
Here is how my log file is appearing:
_________________________________________
Choose One of the Following Protocols:
X] Xmodem
Y] Ymodem
Z] Zmodem
K] Kermit
<blank space trimmed...>
SELECTION: Z
16 <file name disguised> UPLOAD ACK
X
<blank space trimmed...>
**** Please start transmission - Z-modem selected, or enter control-X to cancel.
_________________________________________
The below file listing is missing from the log:
_________________________________________
SEL Local File Name SUBJECT Size(K) DATE TIME
1 16-Nov-2010 11:22
1 <file name disguised> 1 16-Nov-2010 11:23
2 <file name disguised> 1 16-Nov-2010 11:23
3 <file name disguised> 1 16-Nov-2010 11:23
4 <file name disguised> 1 16-Nov-2010 11:24
5 <file name disguised> 1 16-Nov-2010 11:24
6 <file name disguised> 1 16-Nov-2010 11:24
7 <file name disguised> 1 16-Nov-2010 11:25
8 <file name disguised> 1 16-Nov-2010 11:25
_________________________________________
The capture feature is missing the file listing... any ideas on what I might be doing wrong? Here are my set commands:
set terminal rawprint OFF
set terminal update FAST
set terminal hostprint ENABLE
set capture query OFF
set capture recordmode SCREEN
set capture path sLogFilePath
set capture file sSessionLog
set capture overwrite OFF
Thanks to anyone that can provide me with some insight.
Here is how my log file is appearing:
_________________________________________
Choose One of the Following Protocols:
X] Xmodem
Y] Ymodem
Z] Zmodem
K] Kermit
<blank space trimmed...>
SELECTION: Z
16 <file name disguised> UPLOAD ACK
X
<blank space trimmed...>
**** Please start transmission - Z-modem selected, or enter control-X to cancel.
_________________________________________
The below file listing is missing from the log:
_________________________________________
SEL Local File Name SUBJECT Size(K) DATE TIME
1 16-Nov-2010 11:22
1 <file name disguised> 1 16-Nov-2010 11:23
2 <file name disguised> 1 16-Nov-2010 11:23
3 <file name disguised> 1 16-Nov-2010 11:23
4 <file name disguised> 1 16-Nov-2010 11:24
5 <file name disguised> 1 16-Nov-2010 11:24
6 <file name disguised> 1 16-Nov-2010 11:24
7 <file name disguised> 1 16-Nov-2010 11:25
8 <file name disguised> 1 16-Nov-2010 11:25
_________________________________________
The capture feature is missing the file listing... any ideas on what I might be doing wrong? Here are my set commands:
set terminal rawprint OFF
set terminal update FAST
set terminal hostprint ENABLE
set capture query OFF
set capture recordmode SCREEN
set capture path sLogFilePath
set capture file sSessionLog
set capture overwrite OFF
Thanks to anyone that can provide me with some insight.