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 Flex Terminal Emulator workspace, which contains the session that you want to automatically login ...
How to launch multiple Flex Terminal Emulator Workspaces simultaneously
I have created multiple Flex Terminal Emulator 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 Flex Terminal Emulator executable and ...
How to apply or update the Flex Terminal Emulator license code
The license code can be applied or updated thru the Flex Terminal Emulator Workspace or via the FlexLicense.exe application located in the Flex Terminal Emulator installation directory. Updating thru the Flex Terminal Emulator Workspace: Open the ...
How to export a host screen to Microsoft Word
A macro can be used to "scrape" the data from the current Flex Terminal Emulator 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 Flex Terminal Emulator 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 ...