Home AOMEI Products Support

[crash dump] Command line backup crash 0xc0000005

Script in question is:


intAnswer = Msgbox("Vuoi effettuare il backup programmato di C e D?" & vbCrLf & "Potrebbe richiedere fino a 2 ore!", vbYesNo  + vbSystemModal + vbDefaultButton2, "Notifica")
 If intAnswer = vbYes Then
  Msgbox "Accendi l'hd esterno n. 3 e premi OK per effettuare il backup"
  Set objShell = CreateObject("Wscript.Shell")
  objShell.Run("""C:\Program Files (x86)\AOMEI Backupper Professional Edition 2.2\AMBackup.exe"" /b inc /s ""H:\Xander-W7\AOMEIBackup\Disk Backup C e D\Disk Backup C e D.adi""")
  Set objShell = Nothing
 End If

The error is:

/s Error parameter: for backup types such as inc, dif, full, the image file path you entered is wrong


Can you help me, please?


Thank you.



Comments

Sign In or Register to comment.