- Aug
- 2,217
- 101
Hi,
Wine has the ability to determine whether an .EXE is for DOS or Windows. If the .EXE is for DOS, it launches it using DOSBox.
Ref: (http://jpsoft.com/forums/threads/4nt8-wineconsole-and-dosbox.4208/)
I would like to do the same under TCC running in Windows Vista.
I can easily do this with a .BTM file, using the @EXETYPE variable function to determine if the .EXE is for DOS, but I would like to start an .EXE on the command line, just like in 4NT8 under Wine, and have it launch DOSBox if the .EXE is for DOS.
I was thinking of using Charles Dye's EKeys plugin, but the Enter key is not a supported hotkey (if it is, I must have missed it).
Constructive suggestions would be appreciated.
Joe
Wine has the ability to determine whether an .EXE is for DOS or Windows. If the .EXE is for DOS, it launches it using DOSBox.
Ref: (http://jpsoft.com/forums/threads/4nt8-wineconsole-and-dosbox.4208/)
I would like to do the same under TCC running in Windows Vista.
I can easily do this with a .BTM file, using the @EXETYPE variable function to determine if the .EXE is for DOS, but I would like to start an .EXE on the command line, just like in 4NT8 under Wine, and have it launch DOSBox if the .EXE is for DOS.
I was thinking of using Charles Dye's EKeys plugin, but the Enter key is not a supported hotkey (if it is, I must have missed it).
Constructive suggestions would be appreciated.
Joe