S
simonc
I usually run backups using a .bat file. My backup programme requires
Administrator privileges, and normally I use Runas to run the bat file as
Administrator while logged in as a different user. The backup job runs in the
background without affecting other work. However, if I am logged on as
Administrator when I run the bat file this sets the job running in a command
window and I can't log off as the administrator and log on as a different
user without killing the back up job.
Now, following advice in this news group, I've been experimenting with
starting batch jobs invisibly with a VBScript. My question is: if I start the
batch job using vbs while logged in as Administrator can I log off leaving
the batch job running in the background or will it kill the job?
Administrator privileges, and normally I use Runas to run the bat file as
Administrator while logged in as a different user. The backup job runs in the
background without affecting other work. However, if I am logged on as
Administrator when I run the bat file this sets the job running in a command
window and I can't log off as the administrator and log on as a different
user without killing the back up job.
Now, following advice in this news group, I've been experimenting with
starting batch jobs invisibly with a VBScript. My question is: if I start the
batch job using vbs while logged in as Administrator can I log off leaving
the batch job running in the background or will it kill the job?