Hi,
Quoting Steven Edwards steven_ed4153@yahoo.com:
Do you have to run FreeCOM? You could run ReactOS cmd.exe. Its based on FreeCOM but works on Wine already.
Perhaps. The main goal isn't running FreeCOM, my goal is TSR (Terminate and Stay Resident) support. I thought, the easiest way to get TSR working, is to start a DOS shell (not a win32 shell), and from there start the TSR programm. After receiving the TSR interrupt, you just haven't to free memory and interrupts, and it stays resident in the DOS Memory.(windows cmd.exe spawns also command.com if you run a TSR programm). So I need a DOS shell. First I tried Windows command.com, without success, it makes heavy use of the BIOS Rom (and is propriatary too). With FreeCOM I had more luck, some TSR's are working more or less.
Now, what should happen, if you start a TSR programm in a win32 shell (like wcmd,Reactos cmd.exe or Windows cmd.exe)? Spawn FreeCOM, implement TSR somehow in win32 (shell or ntdll) or no TSR support in win32 shells?
Any other ideas?
Markus