Hi guys!! I'm migrating from xplode 1.1.2 to xplode 4.1...  Everything is working fine for me except tokens... what was working very well with xplode 1.1.2: <item Display='Enregistrement Alcohol 120'>  <execute display='Enregistrement de Alcohol 120 pour User...'  	program='%SYSTEMDRIVE%\TempAppz\Alcohol\AlcoholRegister.exe'  	arguments='' 	username='User' 	password='*****' /> </item> isn't with with xplode 4.1: <tokens> <token username="User" password="******" /> </tokens> (......) <execute display="Enregistrement de Alcohol 120 pour User" token=”User”> <program>#SYSTEMDRIVE#\TempAppz\Alcohol\AlcoholRegister.exe</program> 	<arguments></arguments> 	<hide>false</hide> 	<wait>true</wait> </execute> This is an autoit script calling alcohol 120% to run then enter registration informations... Program is running but the registration process doesn't show so it means the program isn't running under the "run-as" user account (because allready registered for current user) I've done several tests,  decomposing the script etc but unsuccessfull and I don't understand why it doesn't work... Does someone have any clue? (syntax error or something like this) Thx in advance