command line (WinXP)
Miki Tebeka
tebeka at cs.bgu.ac.il
Sun Jul 6 06:13:31 EDT 2003
More information about the Python-list mailing list
Sun Jul 6 06:13:31 EDT 2003
- Previous message (by thread): command line (WinXP)
- Next message (by thread): [Edu-sig] Re: Least used builtins?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Egor, > So, why _dir /p_ and _dir "/p"_ work not identically? Whereas _ren 1 2_ and > _ren "1" "2"_ work identically. In windows, the expansion of wildcards and special characters is done by the program and not by the shell. This means that in the first usage dir sees a /p parameter where in the 2'nd usage it looks for a file named "/p". HTH. Miki
- Previous message (by thread): command line (WinXP)
- Next message (by thread): [Edu-sig] Re: Least used builtins?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list