Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

_USBS variable

Charles Dye

Super Moderator
May
4,938
126
Staff member
Is this working for others?

Code:
C:\>ver /r

TCC  21.01.56   Windows 7 [Version 6.1.7601]
TCC Build 56   Windows 7 Build 7601  Service Pack 1
Registered to COE-DDPTMHQ1

C:\>echo %_drives
C: H: U: V: W:

C:\>echo %_usbs
ECHO is OFF

C:\>echo %_usbdrives
V:

C:\>

_USBDRIVES in this case is a plugin variable.
 
I'm OK with a WD external hard drive. What kind of device is yours? A vaguely recall a discussion (years ago) about some USB devices not being seen as "drives".
Code:
v:\> ver /r

TCC  21.01.56   Windows 7 [Version 6.1.7601]
TCC Build 56   Windows 7 Build 7601  Service Pack 1
Registered to ZZ

v:\> echo %_drives
C: E: F: G: H: I: J: K: L: M: N: O: P: S: T: U: V:

v:\> echo %_usbs
O:
 
I'm OK with a WD external hard drive. What kind of device is yours? A vaguely recall a discussion (years ago) about some USB devices not being seen as "drives".
Flash drives. @USB returns 1, for whatever that's worth.
 

Similar threads

Back
Top