topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 9:29 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How is this old interface called?  (Read 4691 times)

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
How is this old interface called?
« on: November 04, 2019, 07:00 AM »
Hello

How is the legacy interface called of some programs that you run them using TAB, F1, F2 etc keys to navigate to different fields and type text? The whole interface is MS-DOS-like text only with text inputs and no graphics.

How are these programs called?

Also, how do they work? Do they write/read from a file? How is the data stored?

How can we automate them and can we inject data into them by-passing their tedious interface?

Thanks!

ConstanceJill

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 206
    • View Profile
    • Donate to Member
Re: How is this old interface called?
« Reply #1 on: November 04, 2019, 08:58 AM »
Hey there.

I suppose you mean these: https://en.wikipedia.../Text_user_interface ?

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
Re: How is this old interface called?
« Reply #2 on: November 05, 2019, 09:17 AM »
Exactly, I had the impression they are called mainframe/blueframe.

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: How is this old interface called?
« Reply #3 on: November 06, 2019, 12:56 AM »
How can we automate them and can we inject data into them by-passing their tedious interface?
You can try to feed the application using my WinSendKeys tool.
It will probably take some trial and error, but as it mimics keyboard entry pretty well, it should work. Be sure to have a look at the delay options (f.e. between characters sent) to fix issues when characters are missing on input, as some DOS type programs have their own keyboard input routines that can be a bit finicky.