Good morning to everyone,
In Windows environment I use the following LotusScript to show a file in TIFF format.
Sub Click(Source As Button)
visual = "c:\windows\kodakimg.exe test.tif"
taskId% = Shell(visual, 1)
End Sub
What SCRIPT I must use in the MACINTOSH environment?
I tried whit this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.