I don't need to modify it, just send the JPG file to the printer.
on Linux is very easy, just use:
Code: Select all
put shell("lpr myfile.jpg")
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put shell("lpr myfile.jpg")
Code: Select all
put shell("lpr myfile.jpg")
Code: Select all
rundll32 C:\WINDOWS\system32\shimgvw.dll,ImageView_PrintTo "c:\mydir\my.bmp" "Fictional HP Printer"
Hi AxWald,AxWald wrote:Hi,
on Windows, try:Have fun!Code: Select all
put shell("mspaint /p c:/folder/subfolder/filename")
Code: Select all
put shell("mspaint /pt c:/folder/subfolder/filename printerName " )