ShellExecute in NT [resolved]
I have been trying to create thumbnails of pictures automatically in VB using IrfanView. The code I use is down below:
Call ShellExecute(0, "", "I:\Irfan\i_view32.exe", inPath & " /resample=(0,100) /convert=" & outPath & " /silent", "C:\", 1)
inPath and outPath are the filenames (these can't contain any spaces).
The problem is that it works fine on Windows 2000 machines, but when I run it on NT machines, nothing happens. Does anyone have any idea why this might be?
Thanks
Aidan