Napoleon99
Programmer
Hi
I need to run a VB program on a remote server that I connect to thru terminal services. The program has to run on the machine all day. In order to keep it running I
have to be logged on to the server thru the terminal services all the time, which is not acceptable. As soon as I log off the server the program stops running. I tried to schedule the task and then log off, that didn't help. I came to the conclusion that a remote server has to be logged on by a user. Then I thought maybe a batch file can be run from the task scheduler which can log on the server and then another task can run my program. The problem is I don't know how to make that batch file. Does anybody know how to do it? Do you have any other suggestions how to solve the problem?
Your assistance is greatly appreciated.
I need to run a VB program on a remote server that I connect to thru terminal services. The program has to run on the machine all day. In order to keep it running I
have to be logged on to the server thru the terminal services all the time, which is not acceptable. As soon as I log off the server the program stops running. I tried to schedule the task and then log off, that didn't help. I came to the conclusion that a remote server has to be logged on by a user. Then I thought maybe a batch file can be run from the task scheduler which can log on the server and then another task can run my program. The problem is I don't know how to make that batch file. Does anybody know how to do it? Do you have any other suggestions how to solve the problem?
Your assistance is greatly appreciated.