16-bit applications

G

Guest

I have an issue where a 16-bit application is being used. The problem occurs
whenever the program is closed, but the process doesn't terminate some times.
This unclosed process impedes Windows from shutting down. If you open Task
manager and end process on the corresponding processes, the problem is
corrected. If the process remains the shut down process is slow. The
patience of my endusers wears thin, and they turn the PC off manually. Does
anyone know a VBScript or executable that will enumerate 16-bit processes and
close them if necessary?
 
W

Wesley Vogel

Purchase 32-bit applications.

Ntvdm.exe and Wowexec.exe?

Possibly use one of these in a batch file....

taskkill /im ntvdm.exe

taskkill /im wowexec.exe

TASKKILL /F /IM ntvdm.exe /IM wowexec.exe

For help on Taskkill...
Paste this line in Start | Run and click OK...
hh ntcmds.chm::/taskkill.htm

Or...
Taskkill
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/taskkill.mspx

Or...
Taskkill /? in a command prompt

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top