Has anyone here had any experience in running kixtart with WIN98 roaming user profiles in an WINNT4 environment.

I am trying to add a template file on the users pc but it seems as though Kixtart runs before the login process has had a chance to change the users settings.

LOGINSCRIPT:-
start /W %0\..\wkix32.exe %0\..\script2.KIX

SCRIPT2.KIX:-
sleep 3
$apploc= readvalue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\shell folders","appdata")
? "template: " $apploc

This should return c:\windows\profiles\userid\application data
instead it returns the defualt: c:\windows\application data

Thanks
Runs fine from the CMD prompt after login.