Tim Chase wrote:

>
> C:\temp> REM try the same filename convention from dos prompt
> C:\temp> type subdir/test.txt
> The syntax of the command is incorrect.
> C:\temp> REM try with quotes, just in case...
> C:\temp> type "subdir/test.txt"
> The syntax of the command is incorrect.
> C:\temp> notepad subdir/test.txt
> C:\temp> REM correctly opened the text file in notepad
>
> Windows seems to doing the translation inconsistently (I know
> that comes as a shock...)
> 

Translation? win3.1 to win95 I guess.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to