Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

net use and logon scripts

2 views
Skip to first unread message

Randy Barger, MCSE, CCNA, CNA

unread,
Feb 25, 2002, 3:08:28 PM2/25/02
to
As always... "that depends".

If you are running all NT-based clients, you can use the IFMEMBER.EXE
utility in the resource kit. If you have Win9x-based clients, you'll need
to use a 3rd-party scripting utility like KiXtart or ScriptLogic (or you can
write VBScript).

Randy Barger, MCSE, CCNA, CNA

ConsultIT -- http://ConsultIT.bizhosting.com/
___________________________________________________________________
eMail: randy_...@yahoo.com Cell/Pager: 402.730.7184
ePage: 40273...@messaging.sprintpcs.com eFax: 707.924.0204


"billy" <bil...@usbionline.com> wrote in message
news:84c401c1be34$9a5c4680$3bef2ecf@TKMSFTNGXA10...
> HI,
> This is an easy question. I'v just started writing logon
> scripts. I was wondering if win2k had a "IF" and "THEN"
> statment like Novell. I want one script to mapp drives
> deppending on what group they belong to. Any information
> would be helpful.
> Thank You


Alex Angelopoulos

unread,
Feb 25, 2002, 10:03:20 PM2/25/02
to
As Randy said, above. The short story is that Windows has
historically had terrible out-of-the-box feature support for login
clients, particularly Win9x. I've known of more than one company
which hung on to a NetWare box in a mostly NT environment to avoid all
the login limitations (in exchange for which they got the usual
"client software" problems).

A couple of general points -

(1) If you are using Win9x/NT clients and you go to a "better" feature
set allowed by KiXtart or WSH, you will still need to have a batch
file "starter" since that is all the older clients will recognize; you
can then start Kix or WSH scripts from the batch file.

(2) For newer clients on a Win2K network, you may be able to use
policies to do this so you don't have to write cumbersome scripts.

Rainer Dachtler

unread,
Mar 3, 2002, 1:42:17 PM3/3/02
to
Hi Billy,

W2k supports IF...ELSE constructs (even NT4 did, it just wasn't documented)!
Just type if /? in a command box.
Since NT4 Microsoft develops a quite good command interpreter.


"billy" <bil...@usbionline.com> schrieb im Newsbeitrag

0 new messages