if then statements

  • Thread starter Thread starter somsd
  • Start date Start date
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
 
Are you asking about if then statements in Windows login
scripts or Novell scripts?

Dale
 
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
 
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.
 
Back
Top