not opening files with full path
Brought to you by:
weixiaozhang
if in directory e:\images
path_to_gqview image.jpg
opens image.jpg
but if:
path_to_gqview e:\images\image.jpg
does not open entered image but first one from list
this is important when using with windows associations passing %1, which is full image path.
Logged In: YES
user_id=1904461
Originator: NO
If the present directory is where the image-file is situated, as described above, it is possible to open the file, from the command line. However, the user preferences of gqview are in this case not loaded properly.
works with:
gqview-win-2.1.4.1.exe "%~n1%~x1"
(not complete path - only filename and extension)
in a batch file