KiX is very forgiving but still, I noticed the following:
+/PASSWORD:"+Chr(77) + Chr(111) + Chr(114) + Chr(35)
The quotes seem to be off
" /PASSWORD:"+Chr(112) + Chr(97) + Chr(115) + Chr(115)
Missing a +
$veruser = ReadProfileString ($netpath + "vuia.dat",USER,@USERID)
is missing quotes around USER
If $newini=1 AND $copychk=""
What vartype is $newini cuz if a string should have quotes
Select
Case $year=$yearminus1
Del $netlogs+$userlog
EndSelect
Not sure why CASE is used if there is only a single CASE... IF would do the same
I see a lot of $$ in the KiXforms section... you should try to write NoVarsInStrings compliant
Going cross-eyed reading this so will end it here for now.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.