Closing files

G

Guest

Hello,

Recently I discovered that when I use terminal from w95 in WinXp and close
it, 2
files wowexec.exe and ntvdm.exe are still open. When I then try to open
another dos program called Dox10, the program states that it cannot connect
to comport 1. When I close these files in task manager, i can start the Dox10
program without any problems.

Is there a way for me to close wowexec.exe and ntvdm.exe with a command?
Would be very nice if I could ie. close it in a .bat file when I open the
Dox10 program.
 
G

GasMan

See if you have the Kill command available.

In a batch file use
kill wowexec.exe
kill ntvdm.exe


Hello,

Recently I discovered that when I use terminal from w95 in WinXp and close
it, 2
files wowexec.exe and ntvdm.exe are still open. When I then try to open
another dos program called Dox10, the program states that it cannot connect
to comport 1. When I close these files in task manager, i can start the Dox10
program without any problems.

Is there a way for me to close wowexec.exe and ntvdm.exe with a command?
Would be very nice if I could ie. close it in a .bat file when I open the
Dox10 program.

Please remove obvious from email address if emailing.
 
G

Guest

No kill command :(

Anyone?

GasMan said:
See if you have the Kill command available.

In a batch file use
kill wowexec.exe
kill ntvdm.exe




Please remove obvious from email address if emailing.
 
Joined
May 15, 2007
Messages
2
Reaction score
0
If your DOX10 installation files are still intact, there is a line in the Autoexec.bat, sholud also be in the Autoexec.NT, which, if DOX10 is still running when the next startup of DOX10 is tried, should stop the Running file.
In short, run the Autoexec.bat file and see if that clears it.
Best of luck.
 

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