Call another .bat file from your login script
| call z:\%filename% |
(example: call z:\user1.bat)
Z: is the default drive location your login scripts runs while logging into Windows. Use should be able to use it in your script as well.
Did this info help you? If so, email me and let me know about it or ask a question.