Upload to ImageShack through dopusrt.exe

Is there way to upload an arbitrary image file using dopusrt.exe? I tried

C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe /cmd image upload=imageshack imagepath\myimage.png

but it does not seem to work.

That works fine for me, at least after adding quotes and using the full path to the image:

"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /cmd Image UPLOAD=imageshack "C:\Images\Test.png"

Interesting. What exactly do you see when running that? I created "C:\Images", put my test image there and copy-pasted your code to make sure everything is the same. Still, nothing happened.

Oops, try adding FROM before the filename:

"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /cmd Image UPLOAD=imageshack FROM "C:\Images\Test.png"

I think I must've added that before but not realised, and not added it to my reply. At least, the command works reliably for me with FROM and does nothing without FROM right now. Sorry about that!

Hey, that's excellent, it works!!! Thank you very much, leo! :thumbsup: