libusbk-sys 0.2.0

Rust Windows library for accessing USB devices via libusbK
Documentation
1
2
3
4
5
6
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION

DIR /S /B %~1\*>dir.lst
FOR /F "eol=; tokens=* delims=" %%A IN (dir.lst) DO ECHO %%~tA;%%~zA;%%~A
DEL dir.lst