I am having a problem with printing a capture file "bltest.txt". Below is part of the script.
I am capturing two different screens and sending them
to "bltest.txt". The second capture appends or adds
the second capture to the first. Then when I try to
print the entire capture, it only prints the last capture. I want both captures on a single sheet of paper. When
I look at the actual "bltest.txt" file it is correct with
both captures. Is there a commmand to print a capture file.
In my case it would be "bltest.txt". Any help would greatly
appreciated. I have tried many ways and have played around
with repositioning the printcapture on...printcapture off
commands. Thank you.
pause 2
transmit "t"
pause 2
transmit "x"
pause 2
transmit "y"
pause 5
printcapture on
set capture file "bltest.txt"
set capture overwrite on
capture on
capture off
pause 2
transmit "x"
pause 5
set capture overwrite off
capture on
capture off
printcapture off
pause 3
pwexit
endproc
I am capturing two different screens and sending them
to "bltest.txt". The second capture appends or adds
the second capture to the first. Then when I try to
print the entire capture, it only prints the last capture. I want both captures on a single sheet of paper. When
I look at the actual "bltest.txt" file it is correct with
both captures. Is there a commmand to print a capture file.
In my case it would be "bltest.txt". Any help would greatly
appreciated. I have tried many ways and have played around
with repositioning the printcapture on...printcapture off
commands. Thank you.
pause 2
transmit "t"
pause 2
transmit "x"
pause 2
transmit "y"
pause 5
printcapture on
set capture file "bltest.txt"
set capture overwrite on
capture on
capture off
pause 2
transmit "x"
pause 5
set capture overwrite off
capture on
capture off
printcapture off
pause 3
pwexit
endproc