문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 | |||
dosbox [2019/06/19 00:08] kwon37xi |
dosbox [2019/06/19 00:12] (현재) kwon37xi |
||
---|---|---|---|
줄 9: | 줄 9: | ||
Z:\> mount C ~/dosprogdir | Z:\> mount C ~/dosprogdir | ||
Z:\> C: | Z:\> C: | ||
+ | </code> | ||
+ | |||
+ | 자동 마운팅은 ''~/.dosbox/dosbox-버전.conf'' 파일을 열고 ''[autoexec]'' 항목에 원하는 명령을 넣어주면 된다. | ||
+ | <code> | ||
+ | [autoexec] | ||
+ | # Lines in this section will be run at startup. | ||
+ | # You can put your MOUNT lines here. | ||
+ | mount C ~/dosprogdir | ||
</code> | </code> | ||