Hello Guys,

I need help. I'm trying to map a drive using the USE command. The device and resource are variables. Trying to use the USE command in this way results in a INVALID DRIVE SPECIFICATION message.

This works fine on NT, this does NOT work on Windows 98.

Kixtart Ver: 3.61 on NT 4.0 box SP4

Here's the snippet:

GLOBAL $D, $S

$D = "Q"
$S = "\\BOBSERVER"

? "* Connecting to resource"
?
? "The DRIVE is: $D"
?

USE $D: "$S\SCAN"

I've spent much time on this. I give up.

Thanks,

- Bob Archer