The version I am running is 3.63.Ok I've gotten the script to excecute on my windows 2000 systems but heres the catch. If any of my win2x systems anyone added to any local group the script will not work. It doesnt map anything at all. Please help, heres my script. And the $nul = Setconsole does not work on win2x either.
CLS
$nul = SETCONSOLE("MAXIMIZE")
Color r+/n
big ; Display in BIG character mode
at (2,8) "Hello,"
at (12,10) @userid
sleep 2 ; Wait for 3 secs (or key)
if ingroup("AWELLEDS")=1
use w: \\posserver\wellstore
use s: \\primarynt\inpes32
endif
if ingroup("ARNAGRP")=1
use n: \\rnaserver\rnapgm
endif
if ingroup("AMASTAX")=1
use t: \\rnaserver\rnad
use h: \\posserver\mas90
endif
if ingroup("ARNAMASEDS")=1
use h: \\posserver\mas90
use n: \\rnaserver\rnapgm
use s: \\primarynt\inpes32
endif
if ingroup("AMEDEDS")=1
use m: \\posserver\medicode
use s: \\primarynt\inpes32
endif
if ingroup("ARNAEDS")=1
use n: \\rnaserver\rnapgm
use s: \\primarynt\inpes32
endif
if ingroup("DOMAIN_ADMINS")=1
USE F: \\POSSERVER\UTIL
USE G: \\POSSERVER\CAM3
USE H: \\POSSERVER\MAS90
USE N: \\RNASERVER\RNAPGM
USE P: \\POSSERVER\EVERYONE
USE S: \\PRIMARYNT\INPES32
USE T: \\RNASERVER\RNAD
USE W: \\POSSERVER\WELLSTORE
endif
use I: \\primarynt\public
use J: \\primarynt\private
use q: \\ntproxy\ltc_pharmacy
if exist(@homeshr)
@homeshr
endif
sleep 1
Color r+/n
big ; Display in BIG character mode
at (2,8) "Hello,"
at (12,10) @userid
sleep 2