A Windows installer is available for download to install WinTin++, which exists of the PuTTY terminal and a TinTin++ binary.
When starting up WinTin++ it tries to read the file 'main.tin' by default, this feature will be used in the following walkthrough example:
If you want WinTin++ to automatically connect and login to your favorite mud (mume.org) upon startup create a PROGRAM START event, for example:
#event {PROGRAM START} {#session mume mume.org 4242}
This would make you connect to MUME. It sets the session name to 'mume'.
To save the event once again enter:
#write main.tin
to save the changes.