authentication batch file

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
 
M

Mark V

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top