Backup Pre/post action

Hello,

Is the a way to use the Pre/Post action to display a popup message when the backup and when it ends?
For example wscript c:\startbackup.vbs

Thanks for your replies

Hey [reply=“katanga1609;d899”], I believe the answer for your question can be found right here, please check it out.

Hello Gleb,

I,ve seen this info, but i don’t understand why my procedure does not work :

wscript c:\startbackup.vbs

The startbackup.vbs contains 1 line :

x = MsgBox (“Démarrage Backup”,0+64+0,“Cloudberry Backup”)

When I try, it loops on “Pre action” and I need to stop the backup.

Can you telle me why?

Thanks for your help

[reply=“katanga1609;3202”], personally I have no experience with VBS so here’s what I can suggest:

  • make a simple CMD script
  • set it as a pre-action
  • run backup (to test how it works)

In case the CMD script works fine - then the VBS script is the issue.

Also, out of the top of my head, maybe the VBS script needs some [exit 0] line to stop with the correct status