ttlogin++

Summary

this software is login launcher for Tera Term. I made this because TeraTerm Menu does't support directory structures for accounting, and I can't understand how to use LogMeTT.
Actually, TTLoginBook call shell association of Tera Term Macro for login. so you use as just launcher program with shortcut.

I recoded with C++Builde.

Screen Shot

Main Screen Login Menu

System requirements

Windows 2000 SP4 later.

Install

To install the program, you extract archive file to any directory.

Uninstall

Remove install directory.

How to use

  1. Associate Tera Term macro file (*.ttl) to ttpmacro.exe. Please refer to Tera Term's help, "How to associate "TTL" files with MACRO".
  2. Create macro file to login. This is sample macro. save as 'meryl.com.hk.ttl'.
    ; Login Macro for Tera Term
    hostname = 'meryl.com.hk'
    username = 'streep'
    ;password = '' /* do not put password text */
    
    sprintf "%s@%s" username hostname
    getpassword 'passwd.dat' inputstr password
    sprintf "%s:22 /ssh /2 /auth=password /user=%s /passwd=%s" hostname username password
    connect inputstr
    
  3. Start TTLoginBook.exe and specify root folder of macro file at [Settings]-[Directory]. You can use wild card for search pattern.

Options

Directory
    The directory path that is to be opened.
    ex.) C:\Users\Inu\Documents\Servers\
Pattern
    The pattern is file name mask including wildcard characters.
    ex.) *.ttl
Sort Directory First
    Sort directory first in menu.
Include Subdirectory
    Search file include subdirectory.
Start Minimized
    Start minimized.

Language File

Not implemented yet.

History

May 6, 2012 release 2
  • some code optimized.
May 4, 2012 release 1
  • .NET version uses memory 20MB. It decreases to 5MB after recoding with C++Builder.

Contact

viewx(仮)スレ1 / Software at 2channel
793 ◆7BJkZFw08A or leiqunni at yahoo.co.jp