[Freedos-kernel] Checking NUL directory/drive is broken in 2042

2018-10-30 Thread Tom Ehlert
if exist K:\NUL echo K: is present is broken in kernel 2042 the bug is caused by a change in TrueName(), where code was changed from cdsEntry = get_cds(result); if (cdsEntry == NULL) return DE_PATHNOTFND; to dhp = IsDevice(src); cdsEntry = get_cds(result); if (cdsEntry

Re: [Freedos-kernel] Checking NUL directory/drive is broken in 2042

2017-01-26 Thread Tom Ehlert
Hi, > Was using FreeDOS 1.1 2040 kernel? previously and could check for > drive or directory existence with the NUL device: > If exist c:\nul echo C: exists > If exist c:\mydir\nul echo C:\mydir exists > This behavior is broken with 2042, no longer being able to identify if a > drive/dir

[Freedos-kernel] Checking NUL directory/drive is broken in 2042

2017-01-25 Thread Nando Eva
Was using FreeDOS 1.1 2040 kernel? previously and could check for drive or directory existence with the NUL device: If exist c:\nul echo C: existsIf exist c:\mydir\nul echo C:\mydir exists This behavior is broken with 2042, no longer being able to identify if a drive/dir exists anymore. Can the