authentication batch file

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I have a app on my server that I need to be authenticated
once a user has logged in. I want the %username% and group
name to be what the program looks at for approval. Can
someone assist me with creating a batch script for my
users to execute before it directs them to a .exe

Thanks

new to batching
 
Ryan wrote in
I have a app on my server that I need to be authenticated
once a user has logged in. I want the %username% and group
name to be what the program looks at for approval.

That would mean the application would need to use Win32 API calls...
Can
someone assist me with creating a batch script for my
users to execute before it directs them to a .exe

Why not just grant permissions on the executable to a Global Group that
contains the authorized user accounts?
 
Back
Top