Popular Articles
How to record a login macro and automatically run at startup
Running a simple script that logs into the host is a common request, which is easily accomplished following the steps below: Record a Macro: Open the FlexTerm workspace, which contains the session that you want to automatically login to. Make sure ...
How to launch multiple FlexTerm Workspaces simultaneously
I have created multiple FlexTerm Workspaces and would like to start them all simultaneously. Is this something that can be accomplished? A batch file may be used to start multiple instances of the FlexTerm executable and pass each workspace file as ...
How to apply or update the FlexTerm license key
The license key can be applied or updated thru the FlexTerm Workspace or via the FlexLicense.exe application from the FlexTerm installation directory. Updating thru the FlexTerm Workspace: Open the FlexTerm Workspace. Choose the File>About menu ...
How to export a host screen to Microsoft Word
A macro can be used to "scrape" the data from the current FlexTerm host screen and export to a Word document. The sample macro code below demonstrates this: Sample Code: Sub Main() ' Create the Word objects Set objWord = ...
How to export a host screen to a new Outlook email message
A macro can be used to "scrape" the data from the current FlexTerm host screen and export to a newly created Outlook email message. The sample macro code below demonstrates this: Sample Code: Sub Main() Dim outobj, mailobj ' Determine the actual ...