Windows vs. Linux

Christopher Weimann cweimann at k12hq.com
Wed Aug 2 18:17:51 EDT 2006


On 08/02/2006-08:06AM, bryanjugglercryptographer at yahoo.com wrote:
> 
> >From a WinXP command prompt:
> 
>     C:\>
>     C:\>cd /windows/system32
> 
>     C:\WINDOWS\system32>
> 
> 


This doesn't work the way you think it does.

C:\>cd /windows

C:\WINDOWS>cd /system32

C:\WINDOWS\system32>

C:\WINDOWS\system32>cd /windows
The system cannot find the path specified.

It IGNORES a leading / char.

--
------------------------------------------------------------
Christopher Weimann
http://www.k12usa.com
K12USA.com Cool Tools for Schools!
------------------------------------------------------------



More information about the Python-list mailing list