I have a path like this: Y:\xxx\dd sss\aaa\ccc
Y:\ is mapped to an FTP address. Now when I try to use start to open my folder I cannot.
Command prompt makes mistake a and goes to Y:\xxx\dd folder!
I already tried to use %20 instead of a space, but that was also unsuccessful.
I am running this using a batch file from an Oracle form.
C:\Windows\explorer.exe /e,"Y:\xxx\dd sss\aaa\ccc". – martineau Jan 30 '11 at 13:39cd /D "Y:\xxx\dd sss\aaa\ccc". – martineau Jan 30 '11 at 13:54