/* * Copyright (c) 2002-2005 ActiveState Corp. * See LICENSE.txt for license details. * Author: * Trent Mick (TrentM@ActiveState.com) * Home: * http://trentm.com/projects/px/ */ /* 'px' console launch executable. * * This program exists solely to launch "python /px.py " on * Windows. "px.py" must be in the same directory. * * Rationale: * - On some Windows flavours .py *can* be put on the PATHEXT to be * able to find "px.py" if it is on the PATH. This is fine until * you need shell redirection to work. It does NOT for extensions * to PATHEXT. Redirection *does* work for "python