Ernesto_Paez
MIS
Hi Everyone,
I created a batch file for a particular user, to shutdown, his SBTW.EXE, as he always leave SBT OPEN, and also he is logged into one of the modules(in his case PO)
Ok, i can kill SBT process but the next time, he open SBT to login, he will be lock and then i will need to go to System Manager to unlock him.
Below it is a small batch file, that kill the "SBTW.EXE PROCESS" but do not actually log off the user from SBT, i am wondering if anyone can point me to how, i can integrate in a batch file or any other method, to log off the user from his instance of SBT and close SBT , as this is an old man, that always forget before he leave, to exit SBT.
Here is batch file i am running from the scheduler:
echo on
ECHO "CLOSING SBT..."
taskkill /F /IM sbtw.exe /T
c:\windows\system32\shutdown -s -f -t 35
exit
Any help very well appreciated
Thanks in advance
I created a batch file for a particular user, to shutdown, his SBTW.EXE, as he always leave SBT OPEN, and also he is logged into one of the modules(in his case PO)
Ok, i can kill SBT process but the next time, he open SBT to login, he will be lock and then i will need to go to System Manager to unlock him.
Below it is a small batch file, that kill the "SBTW.EXE PROCESS" but do not actually log off the user from SBT, i am wondering if anyone can point me to how, i can integrate in a batch file or any other method, to log off the user from his instance of SBT and close SBT , as this is an old man, that always forget before he leave, to exit SBT.
Here is batch file i am running from the scheduler:
echo on
ECHO "CLOSING SBT..."
taskkill /F /IM sbtw.exe /T
c:\windows\system32\shutdown -s -f -t 35
exit
Any help very well appreciated
Thanks in advance