[12/17] cmd.exe: Add working directory per drive

Ann & Jason Edmeades us at edmeades.me.uk
Wed Mar 7 18:47:45 CST 2007


E.g. 
C:
Cd program files
z:
c:
You will not be in program files any longer...

This is how windows does it, using internal variables - See the MSDN
documentation for CreateProcess and this old wine reference:
	http://www.winehq.org/pipermail/wine-devel/2003-July/018833.html

Note I have only made cmd.exe support these new env vars, whereas the wine
reference implies testing shows some API calls check them as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-Add-support-for-working-directories-per-drive.patch
Type: application/octet-stream
Size: 1971 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070308/e7edd74c/0012-Add-support-for-working-directories-per-drive-0001.obj


More information about the wine-patches mailing list