John was complaining about this not working so I wrote MyDoc.bat:
@REM This will work if you did not redirect “My Documents"
@%HOMEDRIVE%
@cd %HOMEPATH%\My Documents
Is there a better way?