G
Guest
I am trying to shutdown xpe through my application (written in delphi) by using the following line
ShellExecute(Handle, 'Open', 'xpepm.exe /shutdown', nil, nil, SW_SHOWNORMAL
however, it doesn't seem to work. This works perfectly well in windows 95 (although I call a different .exe to shutdown 95). Any help is appreciated
-saaby
ShellExecute(Handle, 'Open', 'xpepm.exe /shutdown', nil, nil, SW_SHOWNORMAL
however, it doesn't seem to work. This works perfectly well in windows 95 (although I call a different .exe to shutdown 95). Any help is appreciated
-saaby