• katanga1609
    0
    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
  • Gleb
    34
    Hey , I believe the answer for your question can be found right here, please check it out.
  • katanga1609
    0
    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
  • Gleb
    34
    , 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
bold
italic
underline
strike
code
quote
ulist
image
url
mention
reveal
youtube
tweet
Add a Comment