cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.97k stars 350 forks source link

attacher.exe not found :/ #298

Closed iDustbin closed 2 years ago

iDustbin commented 2 years ago

usbip.exe attach -r 10.0.0.22 -b 2-2 attacher.exe not found :/ can u please help here

stevogray commented 2 years ago

Attacher.exe needs to be in the working directory when you run usbip.exe. Try changing the current working directory to the directory where you have usbip.exe and attacher.exe before running the command

e-t-l commented 2 years ago

@cezanne @iDustbin This issue can probably be closed. The above suggestion solves the issue. Find the folder that attacher.exe is kept in (should also have usbip.exe and all the other files), and execute cd C:\path\to\folder\ to change your CLI's working directory.

cezanne commented 2 years ago

@e-t-l @iDustbin : Current working directory would not be desirable as a path of attacher.exe. 92cd6c148a03053e30430bf593b56303b3e889f0 changes attacher search mechanism.

This issue is well deserved to be closed.