- Aug
- 2,320
- 111
Here's a variable function that will let you know if a drive is a USB drive
which returns
This is included in Vince Fatica's 4UTILS plugin, which can be downloaded from;
https://jpsoft.com/all-downloads/plugins-take-command.html
Joe
Code:
echo %@isusb[e:]
Code:
1 yes
0 no
-1 error
This is included in Vince Fatica's 4UTILS plugin, which can be downloaded from;
https://jpsoft.com/all-downloads/plugins-take-command.html
Joe