Allen,

We call it from Group Policy, so does that make it a Startup script?

I also adding some more logging:

 Code:
  ? "Connecting U: Drive to Departments Directory" 
  use u: /del
  use u: "\\Staff01\StaffShare"
  ? "Right after U"
  ? "error = " + @error 
  ? "Serror = " + @serror 
  ? @result


and from that I get this in my log file:

Connecting U: Drive to Departments Directory
Right after U
error = 0
Serror = The operation completed successfully.
u:


So it sure looks like it's working? But I don't get a U: drive in My Computer?

Mike