This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients brian.curtin, sbt, terry.reedy, tim.golden, zach.ware
Date 2013-04-07.12:45:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365338752.27.0.647172851636.issue16895@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-07 12:45:52sbtsetrecipients: + sbt, terry.reedy, tim.golden, brian.curtin, zach.ware
2013-04-07 12:45:52sbtsetmessageid: <1365338752.27.0.647172851636.issue16895@psf.upfronthosting.co.za>
2013-04-07 12:45:52sbtlinkissue16895 messages
2013-04-07 12:45:52sbtcreate