First post, by BinaryDemon
Before I make a ton of work for myself to create an imperfect solution…
Are there any Virtual Keyboard TSR or Onscreen Keyboard utilities that exist for DOS?
I recently purchased a TabletKiosk UMPC that came with WinXP. Interesting little device but ultimately less useful than a modern x86 tablet. Mouse and Arrowkey controls are built in, but no keyboard. Virtual keyboard is used when needed in XP.
I’ve been toying with trying MSDOS or FreeDos with Win3.11 on it but without adding a keyboard MSDOS would obviously have some major restrictions.
Within my programming limitations the best solution I could do would be to create an onscreen keyboard program using the mouse to type letters with Basic. Then the program would create a batch file with those instructions, exit the program, execute the batch file with a callback to the keyboard program as the last line. So whenever the dos commands or program completes then I end up back in the keyboard program.
That won’t help when inside other dos programs, so I’d still be massively limited. But I could atleast run dos commands and programs like dosshell.
I’ve done some googling but haven’t found a Virtual Keyboard TSR . Ideas?