1.

Solve : Disable hardware?

Answer»

Is there a way for me to disable a PCMCIA driver? I am using an application to analyze the communication between two equipments at WORK using a laptop. I have created a batch file to start and stop the application daily. It would works for the first time. When the laptop tried to start the application the second time an error message appear saying that the driver is already running, so it cannot open the application. I tried to use taskkill to stop the application, it works, but I still can't start it back. It displayed the same error message. If there is a way please LET me know, and is it possible to include it in a batch file? Because I want to start and stop it at certain time. Thanksit sounds as if your batch file is NOT completely CLOSING down the application and
all it threads, if it was you shouldn't get that some driver/file/etc. is already being used....check your batch file and application again, you maybe using the wrong commands to the application to completely shut it down properly...

Good Luck



Discussion

No Comment Found