dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

dir /P does not pause #35

Closed FelixGruetzmacher closed 2 years ago

FelixGruetzmacher commented 4 years ago

When typing dir /P in a somewhat crowded directory, counter to my expectations, there are no pauses, so the entire thing just scrolls past. dir | more does the exact same thing on the first run. On subsequent runs, interestingly, dir | more produces no output! Context: This is happening when logged in via putty (on Windows) to my Linux server. Ubuntu 18.04 dosemu2-2.0pre8

stsp commented 4 years ago

This sound like comcom32 problem, but pre8 is not bundled with comcom32. So I suppose something is wrong with that report.

FelixGruetzmacher commented 4 years ago

I installed using apt-get install dosemu2 and got comcom32 and fdpp. I experimentally booted into the old Freedos bundle that came with the old Dosemu. That solved the dir /P issue but broke compatibility with some games. If fdpp and comcom32 is not the recommended config, what is? Btw thanks for the amazing emulator!

Am Mi., 11. März 2020 um 16:17 Uhr schrieb Stas Sergeev < notifications@github.com>:

This sound like comcom32 problem, but pre8 is not bundled with comcom32. So I suppose something is wrong with that report.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stsp/comcom32/issues/35#issuecomment-597693951, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEKTKKEGPCXSL64LMTT4GQ3RG6TRZANCNFSM4LFYGC5Q .

stsp commented 4 years ago

I installed using apt-get install dosemu2 and got comcom32 and fdpp.

OK, but this is not pre8, just a nightly git build.

If fdpp and comcom32 is not the recommended config, what is?

It is recommended, unless you want too much from command.com. :) In this case you can get freecom.exe from freedos and put it to c:\command.com to solve the problem. dosemu2 always prefers what user adds to what is by default. I agree that /P is a basic thing that should work, and I'll see about implementing it. Not so much about "more" command... yet.

stsp commented 4 years ago

I.e. you don't need full freedos - just put any command.com to ~/.dosemu/drive_c and this is it. It may be freecom.exe or for example 4dos.exe, which is much better than freecom.

FelixGruetzmacher commented 4 years ago

Thanks for clarifying! This helps a lot! Full Freedos is out of the question for me as that kernel won't run some games I don't want to miss, such as Level 9's Time And Magik trilogy or the Silver Cloud. Interestingly, fdpp has no problem whatsoever with those. Whoever is behind that kernel did an amazing job.

Am Mi., 11. März 2020 um 17:06 Uhr schrieb Stas Sergeev < notifications@github.com>:

I.e. you don't need full freedos - just put any command.com to ~/.dosemu/drive_c and this is it. It may be freecom.exe or for example 4dos.exe, which is much better than freecom.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stsp/comcom32/issues/35#issuecomment-597721413, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEKTKKEDZEPKBHRKXXWAUHLRG6ZGPANCNFSM4LFYGC5Q .

stsp commented 4 years ago

Its very pleasant to hear that fdpp achieved its main goal. You can always track its progress here: https://github.com/stsp/fdpp/releases

haenschen commented 2 years ago

As stated in #61 I can confirm this issue on ubuntu 22.04 / pre9 with comcom32 0.1~alpha3-170-c870111+202207101546~ubuntu22.04.1

stsp commented 2 years ago

Should now be fixed.

haenschen commented 2 years ago

Can confirm, thanks