|
Answer» Hello,
I have a java programm running from 'planned tasks' on system start, using a user with administrator RIGHTS on XP. This java programm starts at a given time a msdos batch file which runs - let's say - a logoff command. If i'm logged on with the same user as the java program runs under, every thing WORKS as expected. The user is logged off. If another user is logged in, the batch file seems to run normally, but nothing happens!! No logoff or ANYTHING else!!!!
What am i doing wrong?
Thanks for help... ummm is the other person using the same account or a different ONE. if different the program might need to be on both accounts. Perhaps you should tell us the exact goal of the script, and post PART of it
It could be that the program that the batch file executes is in use by another user. Can the program be used by more than one user at once?
|