WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Displaying JPG Files Using Windows Viewer


Question:

Can WinBatch display JPG image files using the default windows viewer and fax program. If so, how would I go about invoking that in a Winbatch Script ?

Answer:

Ummmm. Hmmm. But then Winbatch is not displaying it, some other program is. In anycase maybe you want something like

fn="D:\SomeFile.jpg"
fnq=strcat('"',fn,'"')
run("explorer.exe",fnq)

Article ID:   W16996
File Created: 2007:07:03:14:27:32
Last Updated: 2007:07:03:14:27:32