I have an issue with the latest version of DTPro Advanced (4.40.0311) when using command line in a bat file to mount and unmount disk images. I'm using XP SP3.
I've created a simple bat file that mount a disk image using DTAgent -mount command, launch a program, wait for the program completion then unmount the image with DTAgent -unmount command.
My issue is as follow: The disk image is correctly mounted but during the unmount step, although the image is correctly unmounted, a second DTAgent instance is launched (it appears in Task Manager). This happens whichever virtual device is used (SCSI or IDE)
The bat I use looks like this:
DTAgent.exe -mount ide,0,[full disk image path]
[Program execution]
DTAgent.exe -unmount ide,0
Thanks in advance for any tips you may provide concerning this issue.
I've created a simple bat file that mount a disk image using DTAgent -mount command, launch a program, wait for the program completion then unmount the image with DTAgent -unmount command.
My issue is as follow: The disk image is correctly mounted but during the unmount step, although the image is correctly unmounted, a second DTAgent instance is launched (it appears in Task Manager). This happens whichever virtual device is used (SCSI or IDE)
The bat I use looks like this:
DTAgent.exe -mount ide,0,[full disk image path]
[Program execution]
DTAgent.exe -unmount ide,0
Thanks in advance for any tips you may provide concerning this issue.
Comment