Hello,

I'm going to allocate a list of Network-Drives depending on User-Profile. All USE commands are executed successfull exept the following (similar) command:
code:
$I = "\\App_Server\E_D_V"
...
USE I: $I

Here I get "Error in Script: error in USE statement."

Using direct command works fine:
code:
  USE I: "\\App_Server\E_D_V" 

What's the difference?

Peter