In article <[email protected]>, Duncan Booth <[email protected]> wrote: > >That seems overkill. This does pretty much the same thing: > > @(C:\Python26\Python -x %~f0 %* || pause) && goto:EOF > import sys > print sys.version > # raise RuntimeError # uncomment to trigger the 'pause'
<blink> What version of Windows is necessary to use this? Anything with cmd.exe? (Sure doesn't look anything like DOS batch files...) -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ import antigravity -- http://mail.python.org/mailman/listinfo/python-list
