# -*- coding: utf-8 -*- # Installation de PeJBshell # Michel Claveau Informatique # http://mclaveau.com # GlobalPVersion="1.02" if __name__=='__main__': import os,os.path,shutil,sets import sys,time,cStringIO from win32com.client import Dispatch px=Dispatch('ponx.Mci') pxd=Dispatch('ponxd.Mci') repertoirePonx=pxd.ponxdir() print repertoirePonx pxd.recupfileweb("http://ponx.org/download/pejbshell.py",repertoirePonx) pxd.recupfileweb("http://ponx.org/download/pejbshell.pyw",repertoirePonx) pxd.recupfileweb("http://ponx.org/download/consol.py",repertoirePonx) pxd.recupfileweb("http://ponx.org/download/consol.htm",repertoirePonx) pxd.recupfileweb("http://ponx.org/download/consol.css",repertoirePonx) print "Terminé"