Are they just displayed or can you actually access the content fo the drives?
What is the output for the following code:
code:
use x: \\hemlock\basis
use y: \\hemlock\vandcan
use z: \\hemlock\etc
;We do some things!
use x: /delete /persistent
? ''+@ERROR+' - '+@SERROR
use y: /delete /persistent
? ''+@ERROR+' - '+@SERROR
use z: /delete /persistent
? ''+@ERROR+' - '+@SERROR

The error messages should all return an error code of '0' if the code worked correctly.
_________________________
There are two types of vessels, submarines and targets.