leecher1337 / ntvdmx64

Run Microsoft Windows NTVDM (DOS) on 64bit Editions
820 stars 81 forks source link

Autobuild created "W:" Drive #207

Closed that1cutie closed 1 year ago

that1cutie commented 1 year ago

Using the NTVDMx64 autobuild, a new drive was created in My Computer which is labelled "W:" and contains "ntosbe-master" within it. After using autobuild, my DOS programs work fine again, but now I wish to hide the extra drive (or remove whatever is causing it while retaining DOS compatibility). Thank you!

leecher1337 commented 1 year ago

If you do not want subst drive, refer to docs:

https://github.com/leecher1337/ntvdmx64/blob/9874abaf1fd2e373dc8afc5de766e577787faf09/ntvdmpatch/doc/autobuild.txt#L42

To remove (temporary) virtual drive at runtime:

subst w: /d

It would also be gone after reboot anyway.

that1cutie commented 1 year ago

Didn't realise reboot cleared it. Thank you!