keybrdcowboy
IS-IT--Management
Okay guys (and girls maybe) I have one more question left with this script. I wrote a login script that makes the user type a userID in, then it does a series of checks against a database to make sure that they have the training they are required to have that allows them access to the network. Now I need to set the script up so that they are force to play ball. I do not want someone to say "I am too busy to play their game right now" then hit ctrl+alt+del and end the script. What would be the best way to make sure that the script actually completes? The only thing I can think of would be to have the script create a file at the beginning, and then before exiting the script, remove the file. Then on next login it could check to see if that file exists, and if so, then obviously they canceled the script the first time. Then I could pop up a warning box telling them not to do it again, then if they do, it will lock their account. Anyone else have any other ideas? Thanks a lot for all your help.