I have 10 users that need a value id added into a regkey (program specific). I can do 10 different scripts and put in 10 different lines in my login.bat such as - if %username%=agavin kix32 c:\11.scr. 11 is the value i wanted added for this user and so on. Can i only have 1 line in my login.bat and somehow make my kix script add incremental values to each user who logs in. I hope this makes sense.