|
$pbar.value = 15 $text.value = "Preparing your network mappings:"
$pbar.value = 16 $text.value = "Connecting drive: I" Use i: "\\bellid.com\dfsroot\public"
If @error<>0 AND $debug=1 $text.value = "Connecting drive I to \\bellid.com\dfsroot\public failed" Endif
$pbar.value = 18 $text.value = "Connecting drive: H" Use h: "\\s_rdam_ad_01\$usr$$"
If @error<>0 AND $debug=1 $text.value = "Connecting drive H to \\s_rdam_ad_01\$usr$$ failed" Endif
If ingroup("G_Dep_Services") $pbar.value = 20 If ($debug=0 or $debug=1) $text.value = "Connecting drive: F" Endif
$text.value = "Connecting drive: F" Use f: "\\andis03\apps"
If @error<>0 AND $debug=1 $text.value = "Connecting drive F to \\andis03\apps failed" $text.value = "Errorcode = @error" Endif
$pbar.value = 22 If ($debug=0 or $debug=1) $text.value = "Connecting drive: L" Endif
$text.value = "Connecting drive: L" Use l: "\\bellid.com\dfsroot\services$$"
If @error<>0 AND $debug=1 $text.value = "Connecting drive L to \\andis03\services$$ failed" $text.value = "Errorcode = @error" Endif
; ***************** ;Services people has to work with the same settings Copy "\\ANDIS03\Wincmd\wincmd.ini" "%windir%\Wincmd.ini" Endif
|