The search returned 4 results

by nawak
December 17, 2018 - 2:36 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Deployer waptexit-logo
Answers: 4
Views : 6982

Re: Deployer waptexit-logo

Good morning,

Thanks for the explanation. If I run the test in PyScripter debug mode, I get this output:
Logo copying is impossible; the WAPT template folder does not exist!
Any ideas?

THANKS

Have a good day!
by nawak
December 14, 2018 - 2:13 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Deployer waptexit-logo
Answers: 4
Views : 6982

Re: Deployer waptexit-logo

Hello again

print('Copying the logo waptexit-logo.png')
if isdir(makepath(programfiles32,'wapt','templates')):
if isfile(makepath(programfiles32,'wapt','templates','waptexit-logo.png')):
print('The logo already exists!')
else:
filecopyto('waptexit-logo.png',makepath(programfiles32,'wapt','templates ...
by nawak
December 13, 2018 - 4:10 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Deployer waptexit-logo
Answers: 4
Views : 6982

Re: Deployer waptexit-logo

Could this work:
print("Copy of the waptexit-logo.png logo")
if isdir(makepath(programfiles32,'wapt','templates')):
if isfile(makepath(programfiles32,'wapt','templates','waptexit-logo.png')):
print("The logo already exists!")
else:
filecopyto('waptexit-logo.png',makepath ...
by nawak
December 13, 2018 - 10:53
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Deployer waptexit-logo
Answers: 4
Views : 6982

Deployer waptexit-logo

Hello,

I wanted to know if there was a way to deploy the logo for Wapt Exit via Wapt?
C:\wapt\templates\waptexit-logo.png

Thank you for your feedback.

Have a good day