La recherche a retourné 4 résultats

par nawak
17 déc. 2018 - 14:36
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : Deployer waptexit-logo
Réponses : 4
Vues : 4627

Re: Deployer waptexit-logo

Bonjour,

Merci pour l'explications si je fais le test dans pyscripter en debug j'ai ça en retour :
Copie du logo impossible le dossier template de WAPT n\'‚xiste pas !
une idée ?

merci

Bonnne Journée
par nawak
14 déc. 2018 - 14:13
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : Deployer waptexit-logo
Réponses : 4
Vues : 4627

Re: Deployer waptexit-logo

Rebonjour

print('Copie du logo waptexit-logo.png')
if isdir(makepath(programfiles32,'wapt','templates')):
if isfile(makepath(programfiles32,'wapt','templates','waptexit-logo.png')):
print('Le logo existe déjà !')
else:
filecopyto('waptexit-logo.png',makepath(programfiles32,'wapt','templates ...
par nawak
13 déc. 2018 - 16:10
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : Deployer waptexit-logo
Réponses : 4
Vues : 4627

Re: Deployer waptexit-logo

Cela pourrait-il fonctionner :
print("Copie du logo waptexit-logo.png")
if isdir(makepath(programfiles32,'wapt','templates')):
if isfile(makepath(programfiles32,'wapt','templates','waptexit-logo.png')):
print("Le logo existe déjà !")
else:
filecopyto('waptexit-logo.png',makepath ...
par nawak
13 déc. 2018 - 10:53
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : Deployer waptexit-logo
Réponses : 4
Vues : 4627

Deployer waptexit-logo

Bonjour,

Je voulais savoir si il y avait un moyen de déployer le logo pour wapt exit via Wapt ?
C:\wapt\templates\waptexit-logo.png

Merci pour vos retours.

Bonne Journée