J
Juan García
I have a vbscript file (backup.vbs) that does some calculations and then
call the ntbackup program with parameters. If I execute in the Start /
Execute box the command "cscript backup.vbs" (or if I doubleclic the .vbs in
the windows explorer) I can see the interface of the ntbackup program, the
progress of the backup and when it ends the windows close.
I would like to execute the script from the task scheduler. I add a new task
and I write in the execute box "cscript backup.vbs" and I can see two
important differences:
1.- The backup is completed and the bkf file created, but it happens in
background. How can I see the ntbackup interface? I need the progress of the
backup.
2.- More important. The backup process doesn´t log any file. It seems the
task doesn't work but the problem is than doesn't create the log file.
I want the scheduler runs like the first method and I don't want call any
batch file, I need call the vbs.
Thanks a lot
call the ntbackup program with parameters. If I execute in the Start /
Execute box the command "cscript backup.vbs" (or if I doubleclic the .vbs in
the windows explorer) I can see the interface of the ntbackup program, the
progress of the backup and when it ends the windows close.
I would like to execute the script from the task scheduler. I add a new task
and I write in the execute box "cscript backup.vbs" and I can see two
important differences:
1.- The backup is completed and the bkf file created, but it happens in
background. How can I see the ntbackup interface? I need the progress of the
backup.
2.- More important. The backup process doesn´t log any file. It seems the
task doesn't work but the problem is than doesn't create the log file.
I want the scheduler runs like the first method and I don't want call any
batch file, I need call the vbs.
Thanks a lot