I'm new here. We have a vbs script for a backup on our server.
we send Linux commands with sendkeys. the specific command is:
objWshShell.SendKeys "tar -cvpzf /mnt/system/system.tar.gz --one-file-system /"
working fine.
i want to terminate the vbs script, when the tar process on server has terminated.
thanks