Jump to content

chesedro

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by chesedro

  1. that sounds easy enough but what command to creat a dir in this folder i tried DirCreate ( "@TempDir\test") this only creats a directory in the folder that the script is run.. you can see from my scripting that i am a newbee. please forgive. i am a quick learner thanks for the help..
  2. 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.
×
×
  • Create New...