I am sorry for asking such a simple question. i have been looking for the answers in the help documentation but have been unable to acomplish what i need to acomplish.. i will explain
all i need to do is this..
the Autoit script i will create will run automatically every time a user loges on.. however i would like the script to be able to determine if it has been run for the particular user that is currently logged on.. the script will then have two choice. if it has been run for this user then it will exit.. but if it has not been run then it will continue on.. i have completed the script and it works.. this part of it is all i need.. i have looked into somehow getting the script to write a file or dir named after the current user that ran the script then if the script looked at the current logged on user if could then look for a file or folder of that name and if it did exist then it would know that the script had been run and if it did not exist then it would continue to run finally creating this file or dir so not to run a second time the next time this user loges in.. .. i was also looking into the same method but instead of a file or dir to validate use a regwrite and regread.. please any suggestions would get great.. thank you for your help.. i am writing this in a hurry so i am sorry for all the errors..
thanks.