Re: [Freedos-devel] New retro CPU simulator game

2022-11-11 Thread Jim Hall
On Thu, Nov 3, 2022 at 4:35 PM Jim Hall wrote: > > I wrote a new game over the weekend, as part of Open Jam 2022. My game > is a retro CPU simulator where you enter programs in machine language > (binary opcodes) using a "switches and lights" model. It is meant to > be a minimal instruction set co

Re: [Freedos-devel] Toggling directories

2022-11-11 Thread Bret Johnson
In general, I find that toggling options are a bad idea. Things just get too confusing, especially if you have multiple "sources" for the options (like combinations of internal/compile-time default settings, environment variables, options entered through a batch file, options entered via a comm

Re: [Freedos-devel] Toggling directories

2022-11-11 Thread Steve Nickolas
On Fri, 11 Nov 2022, tom ehlert wrote: virtually all options toggle, but someone probably noted that /P should not toggle, because even after set DIRCMD=/P DIR /P should still pause. MSDOS probably has not toggling at all (I'm not sure; someone who is not named Tom should test this), and o

Re: [Freedos-devel] Toggling directories

2022-11-11 Thread tom ehlert
Hallo Herr Jerome Shidel, am Mittwoch, 9. November 2022 um 16:26 schrieben Sie: > Not all options perform toggling. For example: > dir /p - pauses per page > dir /p /p - pauses per page > I don’t think the toggling is very important. But, it does deviant from > MS-DOS. > I do