Hello,
I use the vpartition feature from the Ghost Boot Wizard (GSS 2.5) to backup my machines (disk to image). I would like to execute it remotely and for that I am using PSEXEC but it is not working.
I have a cmd file in each local machine and this cmd file will call "C:\backup\vpartition.exe /zip vpartition.zip" , if I run this cmd file locally everything works well !
However, if I try to execute this same cmd file from my machine using PSEXEC, I get an error "Virtual Partition Dynamic link library has stopped working"
COMMANDS:
for /f %%a in (c:\cab\list.txt) do c:\cab\pstools\psexec.exe -d -i -U user -p password \\%%a"C:\backup\run.cmd"
This run.cmd will call "C:\backup\vpartition.exe /zip vpartition.zip"
and then a command prompt window opens in the local machine and all sudenly it closes and show the error "Virtual Partition Dynamic link library has stopped working"
Any ideas ?