|
O.k. This should be easy to do, but I'm kinda new to scripting and can't get this to work. I have installed Track-It! which has an auditing feature that you can run at login. I am having problems getting the audit32.exe file to run from my login script. Basically b/c I've never done this before and don't know how. Here is what I've come up with so far:
IF INGROUP("XXX") USE X: /DELETE /PERSISTENT USE X: "\\server\Track-It" ?"Track-It! Audit Share Created" ENDIF
That was the easy part that simply maps the drive letter. The audit32.exe file is located in the Track-It share. I also created an audit.bat file that runs the exe file, but I can't get it to work that way either. What I want to happen is the user logs in, they get an X: drive mapped to the share, the exe gets started, and then the X: drive gets disconnected. The audit32.exe file is set to run in the background so I would like the script file to run minimized so that it is not in the users way. Any help would be appreciated. Thanks!
*Note--I can run the audit.bat file manually and it works fine, so I know the exe works.
|