Tomorrow I'll try these out... think I like the System() one better.

 Code:
if @userid=System()

endif
 
function System
  $System=@wksta + "$"
endfunction
 
 

function IsSystem()
  if @userid=@wksta + "$"
    $IsSystem=1
  endif
endfunction


Do you have any insight on the perms for other shares?