When did Windows start accepting forward slash as a path separator?

Andrew Dalke adalke at mindspring.com
Fri Sep 26 02:54:56 EDT 2003


Tim Roberts:
>   * None of the standard command shells (CMD or COMMAND) will accept
> forward slashes.  Even the "cd ./tmp" example given in a previous post
> fails.

Yup.  I should have copy&pasted rather than just type it in.
It should have been in quotes.  The following does work for me

E:\dalke>cd ..

E:\>cd /dalke
The system cannot find the path specified.

E:\>cd ./dalke

E:\>cd "./dalke"

E:\dalke>ver

Windows NT Version 4.0

E:\dalke>

                    Andrew
                    dalke at dalkescientific.com






More information about the Python-list mailing list