I have a scheduled task that runs a batch file. The batch file does a number of things and needs to be invisible to the current user. I would like the batch file to start up a program if the program is not already running. The user has to be able to interact with the program so the program cannot be started as System. I can start the program using runas, but then it prompts for a password and this is not acceptable either. Does anyone have any idea how I can go about accomplishing this? Thanks.