Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DIR: Add /? flag. | Matthias Andreas Benkard | 2025-08-16 | 1 | -1/+7 |
| | |||||
* | Add pipe handling. | Matthias Andreas Benkard | 2025-08-14 | 1 | -4/+2 |
| | | | | | | | It is still buggy when combined with redirections, but it is a start (and I do not know whether combining pipes with redirections is supported by COMMAND.COM in the first place and what the semantics are if so). | ||||
* | Factor out redirect handling. | Matthias Andreas Benkard | 2025-08-14 | 1 | -4/+2 |
| | |||||
* | Factor out the external command case. | Matthias Andreas Benkard | 2025-08-14 | 1 | -4/+2 |
| | |||||
* | Factor out CLS, DATE, ECHO, MOVE, SORT, TIME, VER. | Matthias Andreas Benkard | 2025-08-14 | 1 | -12/+20 |
| | |||||
* | Factor out CD, DEL, MD, RD, PATH, DIR, TYPE. | Matthias Andreas Benkard | 2025-08-14 | 1 | -26/+18 |
| | |||||
* | Refactor command structure, extract COPY into a separate file. | Matthias Andreas Benkard | 2025-08-14 | 1 | -0/+250 |