|
Answer» Hi everyone,
I didn't success to make my problem understandable by Google, so I'm TRYING this here ! And it's surely not so hard..
So my problem is : I use Devcon to manage my devices, it's a small .exe file.
With the command : devcon /hwids *usb*, the PROGRAMM returns all the devices linked with the PC.
But when I do this, it open a new window, print the list, and then this window close.
But what should normally happend, and what I want, is that the list print in the same window I execute the command.
With the aim, after, to write this list in a txt file, with the command : devcon /hwids *usb* > device.txt
I hope I'm giving all the REQUIRED clues. THANK you ! Maybe try:
call devcon /hwids *usb* > device.txtNo It still pop-up...Maybe that's just the program. I don't think you can do that... I'm quite sure it's possible, because the examples given (or here )with this program SHOW the return is print direct after the command. Maybe it's due to W7 Ms-Dos compatibility, or I don't know..
Any way, Thanks for responding ! Ok, I confirm, it's a problem of which OS you have. It works better on the command prompt of W XP !you have to start the command prompt first. Then you run the devcon command.
|