On Sat, Apr 26, 2008 at 7:56 PM, jimgardener <[EMAIL PROTECTED]> wrote:
>
>  > * Run cmd.exe and see if you can run "dir f:\\code\\python\pgmgallery/*.*"
>  >
>
>  that causes a message 'Invalid switch - "*.*".'
>
>

Probably because on the command-line, / means a command-line option.
Been a while since I used DOS.

Try this instead:

dir f:\code\python\pgmgallery\*.*"

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

Reply via email to