**DONOTDELETE**
(Lurker)
2001-03-01 02:48 PM
Z mapping => NO mappings...!

Hi there,

I'have a little question about mappings.
I use the following script to map some drives:

If InGroup ("Exploitatie") = 1

; Connect some drives
$ProgressPrompt = "Mapping recources for: EXPLOITATIE"

; Connect up some drives
Use "X:" "\\NTADAMPDC\Alg-ICT"
;Use "Y:" "\\NTADAMPDC\EXPLOITATIE"
Use "Z:" "\\NTPRINT1\INSTALL"

; Update progress bar
$Progress = 15
Gosub DRAW_PROGRESS
SLEEP 1
Endif

When executing the script under NT4 the mappings appear normally.
When executing under W9x NO mappings will appear and sometimes only a Z mapping with NETLOGON appears...??!??

What's my problem here...?

Grtx, SLM

------------------
SLM Inc90

CLPowell
(Getting the hang of it)
2001-03-01 02:56 PM
Re: Z mapping => NO mappings...!

Check out this thread http://kixtart.org/board/Forum1/HTML/000627.html

Chris

------------------


bleonard
(Seasoned Scripter)
2001-03-01 06:25 PM
Re: Z mapping => NO mappings...!

Check CLPOwell link again as I posted new info on that link Thur 03/01.
Bill