Hi, I am currently trying to revamp some of my log in scripts. Our network has one logon domain and 12 resource domains. Each resource domain has Norton Antivirus Corprate edition installed on one server and I am having a hard time trying to make one line to run the batch file instead of one for each school.

Example:

code:
Shell="%comspec% /c \\psd1\netlogon\kix\advplogon.bat" 

works fine but I would like to make this a variable
such as
code:
$nav="shell="%comspec% /c \\psd1\netlogon\kix\advplogon.bat"  

And then just call it at the end with

code:
 $nav 

I'm sure this can be done please let me know.

Thanks alot

John