Greetings...!
I've got a script that business people use here to pull a report and save the output to a file.
This is the pertinent part of the script:
-----------------------------------------------------------
set capture file name
capture on
waitfor "DEAL DTEý--------............................................."
transmit "N"
waitfor "^[(^[.2^[T^GREPORT COMPLETE. PRESS RETURN TO CONTINUE "
capture off
-----------------------------------------------------------
The problem is, the capture file doesn't show the last few pages of the report. It's like it cuts off before that text is displayed. Is there some nuiance I'm missing? My understanding was that any text that occurred up to and including the "waitfor" text would be included in the capture.
I've got a script that business people use here to pull a report and save the output to a file.
This is the pertinent part of the script:
-----------------------------------------------------------
set capture file name
capture on
waitfor "DEAL DTEý--------............................................."
transmit "N"
waitfor "^[(^[.2^[T^GREPORT COMPLETE. PRESS RETURN TO CONTINUE "
capture off
-----------------------------------------------------------
The problem is, the capture file doesn't show the last few pages of the report. It's like it cuts off before that text is displayed. Is there some nuiance I'm missing? My understanding was that any text that occurred up to and including the "waitfor" text would be included in the capture.