Hi,
I developed a script that mount a image file *.iso in remote computer with help of psexec of pstools.
Simple run a script with the next command:
psexec \\computer -c -d -s -i daemon.bat
daemon.bat containts next line:
CD "D:\Archivos de Programa\DAEMON Tools\"
daemon.exe -mount 0, M:\ILEX\disco-azul.iso
The M: is a network mapped folder from another computer (server).
If i mount to hand in the icon try and use M:\ILEX\disco-azul.iso work fine, but from command line dont work, display next error:
Unable to mount image. Invalid image file
S.O of server: Windows XP SP2 Professional
S.O. of client: Windows XP SP2 Professional
I hope to can help me with this problem
