Richard Oudkerk added the comment:

You seem to end your subroutines (or whatever they are called) using "goto end" 
rather than "exit /b".  Since popd follows the "end" label, does this mean that 
you get a popd after calling each subroutine?  Is this intended and can it 
cause unmatched pushd/popd-s?

(I am not familiar with writing batch files.)

Also, I think 32 bit builds should be the default.  Many people with 64 bit 
Windows are using Visual Studio Express which only has 32 bit support.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16895>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to