附加

APPEND 是 msdos 中的命令,它允許使用資源/媒體檔案,就像它們在同一個目錄中一樣。該命令在 32 位版本的 Windows 中仍然可用,但似乎無效。在某些來源(包括微軟體)中,指出命令被 DPATH 取代,但並非完全正確。儘管 DPATH 幫助訊息指向 APPEND 命令,但它的 syntnax 與 PATH 相同 .DPATH 中列出的目錄可以與輸入重定向型別命令一起使用

@echo off
dpath %windir%

set /p var=<win.ini
echo using dpath with input redirection:
echo %var%
echo.
echo using dpath with type command:
type win.ini