The setup issues include:

Not running at startup every time. Wait for Network is enabled, but didnt seem to make a difference. Seems almost like it was random when it would run.

The batch file was running but kix was not. Finally got this sorted, but I am not sure I have it right. The following link, if #1 correct, is probably the reason I was having trouble, as I did not have it configured this way. http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=20568#Post20568

Have yet to access another share with files in them, other than the Sysvol\GPO\Script folder. I read the GPO script needed Read/Execute for Domain Computers and or System. Neither were working when I left.

The reason for wanting to know if the script is running as System is because I was envisioning using the same script for GPO for deployment, and for the traditional logon script.

Something like...
 Code:
if "System"
  ;do system stuff
else
  ;do user stuff
endif