| kerravon Ligao, Free World North, 20.10.2025, 08:15 |
recursing subdirectories (Developers) |
I would like to (re-implement) a Windows layer on top of an MSDOS layer - noting that I am willing to rewrite application code once I have rules in place. Suitable rules may already exist - maybe I just don't know them. |
| ecm Düsseldorf, Germany, 20.10.2025, 08:54 @ kerravon |
recursing subdirectories |
You're supposed to set the DTA to a different buffer ("different DTA") whenever (before) you open a new concurrent search. The find data in the first DTA should be sufficient to resume the first search, when you reset the DTA to point to that find data, regardless of how many other searches you started. Alternatively you could copy the find data from a single DTA and stash it elsewhere, then restore it later. In any case, the populated find data if preserved is supposed to be able to resume concurrent searches regardless of what order you call the DOS. --- |
| kerravon Ligao, Free World North, 20.10.2025, 18:02 (edited by kerravon, 22.10.2025, 03:43) @ ecm |
recursing subdirectories |
> You're supposed to set the DTA to a different buffer ("different |
| ecm Düsseldorf, Germany, 20.10.2025, 20:30 @ kerravon |
recursing subdirectories - redirector |
> I looked that up: --- |
| ecm Düsseldorf, Germany, 20.10.2025, 20:33 @ ecm |
recursing subdirectories - redirector |
Addendum: The redirector interface is useful because many common housekeeping tasks on pathnames and handles are relegated to the DOS, and the redirector provides a special interface on int 2Fh function 11h that's used by the DOS. This is partially undone by redirectors like mfs that want to support LFNs because the int 21h function 71h subfunctions do not correspond to any traditional redirector interfaces. (dosemu2 adds a few redirector extensions, but not that many.) --- |
| kerravon Ligao, Free World North, 25.10.2025, 16:56 @ ecm |
recursing subdirectories - redirector |
> > Although closer inspection: |
| usotsuki 25.10.2025, 18:15 @ kerravon |
recursing subdirectories - redirector |
> > > Although closer inspection: |
| kerravon Ligao, Free World North, 26.10.2025, 03:22 @ usotsuki |
recursing subdirectories - redirector |
> Programmers' manuals from Microsoft for multiple versions of MS-DOS (I |
| Rugxulo Usono, 26.10.2025, 03:34 @ kerravon |
recursing subdirectories - redirector |
> Any idea what my options are? How did Microsoft make this available? |
| kerravon Ligao, Free World North, 23.11.2025, 18:04 @ kerravon |
recursing subdirectories - redirector |
I have another question about this. |
| Ringding 27.11.2025, 08:36 @ kerravon |
recursing subdirectories - redirector |
There was a blog post about this not too long ago: https://www.os2museum.com/wp/learn-something-old-e...day-part-xi-dos-directory-searches-are-bizarre/ |
| kerravon Ligao, Free World North, 27.11.2025, 12:38 @ Ringding |
recursing subdirectories - redirector |
> There was a blog post about this not too long ago: |
Thread view