Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
string My_File = "Filename.txt"
string Cap_Path = "C:\Program Files\Symantec\Procomm Plus\Capture\"
;capture screen buffer to file
set capture path Cap_Path
set capture file My_File
set capture overwrite ON
clear ; start with clean screen
capture on ; Open up the capture file.
;<I removed the few lines here relative to my equipment>
;<INSERT BITS OF YOUR SCRIPT THAT GENERATE BUFFER INFO TO CAPTURE>
capture off ;close capture file