Posted by Howard Casto on February 12, 2002 at 13:15:41:
In Reply to: This is not big on my to do list... posted by ArcadeFX on February 12, 2002 at 12:17:42:
In order to shutdown in an nt-based enviroment, you have to shut down various security calls... You have to do it via a module of some sorts. Which I just happen to have btw. :) If you want me to compile it to a stand-alone exe just contact me.
: ... but it is something that I could probably add with a link out to a dat file or something. AFX will soon support launching exteral exe for PC games and such. I read a post a while back on this work to shut down window. It had to do with creating a shortcut with something like this:
: %windir%\system32\rundll32.exe shell32.dll,SHExitWindowsEx 5
: Look for the article and see if you can create the file to make the shut down and it should be pretty easy to add to AFX.
: Cheers,
: Ed