Hi I need to make my exe call exact same thing as the batch file below:
@ECHO OFF
LOGOFF
How do I call this in Vb? It needs to be exact same thing. I tried shell shutdown /l but that logs off everything. The batch file above doesn't logoff everything.
@ECHO OFF
LOGOFF
How do I call this in Vb? It needs to be exact same thing. I tried shell shutdown /l but that logs off everything. The batch file above doesn't logoff everything.