Lawrence D'Oliveiro wrote:

> In article <[EMAIL PROTECTED]>,
>  "BartlebyScrivener" <[EMAIL PROTECTED]> wrote:
> 
>>I was used to being able to run scripts by just typing the script name,
>>even without the .py extension, but
>>
>>findmyfiles d:/notes notes*.*   does not work
> 
> The MS-DOS foundation on which Windows is built only supports a small 
> number of extensions for "executable" files (.COM, .EXE and .BAT), with 
> no provision for any extensions to these.

That is wrong on so many levels:

Windows variants such as NT/2000/XP are not based on MS-DOS in any way.

The default set of "executable" file extensions recognised by Windows is:

   .COM .EXE .BAT .CMD .VBS .VBE .JS .JSE .WSF .WSH

You can change the recognised extensions simply by setting the PATHEXT 
environment variable.

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

Reply via email to