if then statements

S

somsd

I'm coming from a Novell network, and I would like to know
if you can do "if then" statements during the login scipt.
I have different groups that need specific drive mappings
to run some programs. We do have some Win98 machines that
need mappings also. I can't seem to find any info on this.
Thanks
 
D

Dale

Are you asking about if then statements in Windows login
scripts or Novell scripts?

Dale
 
P

Philip Nunn

if you are create a .bat file logon script then you can use "if exist" or if
you are creating a .vbs script you should look into creating visual basic
scripts.

Philip Nunn
 
M

Mark

There is also a program in the resource kit
called "Ifmember.exe" This can be used in batch files as
well. However, you are better off using VbScripts.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top