(I'm thinking this is an IV issue ?)
Custom Open does not work with IrfanView /thumbs.
IrfanView:
Note the LACK of an opening " on the initial T: ?T:\PICS\0465.jpg" "T:\PICS\0466.jpg" : Can't read file header !
Unknown file format, empty/damaged file or file not found !
if you sent only a single file, 0465, then that /directory/ opens,
with focus on the file, 0465
normally what would happen is that (single) FILE would open in
thumbnail view
Everything appears to be doing things correctly:
Code: Select all
exec: first expr
exec: command $exec("C:\BIN\i_view32.exe" /thumbs %*)
exec: fullfilename "T:\PICS\0465.jpg" "T:\PICS\0466.jpg"
exec: depth 0
exec: exec "C:\BIN\i_view32.exe" /thumbs %*)
exec: depth 1
exec: got "C:\BIN\i_view32.exe" /thumbs "T:\PICS\0465.jpg" "T:\PICS\0466.jpg"
exec: shellexecute file:C:\BIN\i_view32.exe param:/thumbs "T:\PICS\0465.jpg" "T:
\PICS\0466.jpg"
Parameters '/thumbs "T:\PICS\0465.jpg" "T:\PICS\0466.jpg"'
Directory 'C:\BIN'
File 'C:\BIN\i_view32.exe'
Mask 00000100
Enter ShellExecute
ShellExecute OK
sub buf killed
(I'm not quite sure in what cases this may be generated ?)
IV looks to open a file, C:\Local\RUBEN\Temp\iv_shellext.txt
which has the list of filenames within
;UNICODE FILE
c:\1.jpg $0A$ c:\2.jpg $0A$ c:\3.jpg $0A$ ...
IrfanView