I am trying to run a password change exe in the login script. It runs fine, but I only want it to run one time. Is there a way to have the file only run once in the login script without having to remove it right away.
The only other alternative I have come up with is, a certain file is copied to the c: drive the first time the script is ran. Can I use an If statement saying something like If C:\file.exe exists, then do not run else run or something similar to this. I could not find any help on novells wonderful site.
thanks
The only other alternative I have come up with is, a certain file is copied to the c: drive the first time the script is ran. Can I use an If statement saying something like If C:\file.exe exists, then do not run else run or something similar to this. I could not find any help on novells wonderful site.
thanks