This commit is contained in:
randogoth 2025-10-18 11:47:07 +03:00
parent 48372efb6d
commit daae8bd74e
9 changed files with 184 additions and 34 deletions

8
dos_env/README.md Normal file
View file

@ -0,0 +1,8 @@
# DOS Environment Templates
Place optional template files here to customize the boot process:
- `AUTOEXEC.BAT` copied verbatim to `C:\AUTOEXEC.BAT` on each login.
- `CONFIG.SYS` copied to `C:\CONFIG.SYS` on each login.
Leave this directory empty to use the defaults generated by `dos-shell`.