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 optScanBool() should be replaced by
optScanBool2() all over FreeCOM.

Checked with PC DOS 2000:

DIR /P/P = page mode is active.

SET DIRCMD=/P
DIR = page mode is active.

SET DIRCMD=/P
DIR /P = page mode is active.

SET DIRCMD=/P
DIR /-P = page mode is not active.

DIR /P/-P = page mode is not active.

-uso.


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to