Can anybody test the USE * commands under various operating systems?

I'm getting 'Error 2250 - The network connection does not exist.' error messages when trying to delete all mapped drives via the wildcard character under Windows NT and 2000. However, the drives do get removed. I'm using KiXtart v4.22.

Sample script:
Code:

break on

dim $rc

$rc=setoption('explicit','on')
$rc=setoption('novarsinstrings','on')
$rc=setoption('wrapateol','on')

use * @LSERVER+'\share'
? 'Error '+@error+' - '+@serror

sleep 10

use * /delete /persistent
? 'Error '+@error+' - '+@serror

exit 0



Edited by sealeopard (2004-02-04 06:53 PM)
_________________________
There are two types of vessels, submarines and targets.