Announcement

Collapse
No announcement yet.

Start Copy Shop from command line.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Requested Start Copy Shop from command line.

    One of the things I find useful about IRFANVIEW is the Copy Shop feature. It would be nice to be able to create a shortcut with a command line option which would start IRFANVIEW in Copy Shop mode, and accept all the scanner and printer defaults. It only requires a couple of extra clicks to get there as it is, but I use it so often, and I am lazy.

    #2
    Don't these examples do what you want?

    Example for /batchscan=(options):
    options = all 8 options from the batch scan dialog:
    filename, index, increment, digits, skip, dest-folder, save-extension, multi-tif
    i_view32.exe /batchscan=(scanfile,1,1,2,1,c:\temp,bmp,0)
    i_view32.exe /batchscan=(scanfile,1,1,2,1,c:\temp,bmp,0) /dpi=(150,150)
    i_view32.exe /batchscan=(scanfile,1,1,2,0,c:\temp,tif,1)
    i_view32.exe /batchscan=(scanfile,1,1,2,1,c:\temp,bmp,0) /scanhidden
    Before you post ... Edit your profile • IrfanView 4.67 • Windows 10 Home 19045.2486

    Irfan PaintIrfan View HelpIrfanPaint HelpMore SkinsFastStone CaptureUploads

    Comment


      #3
      What's wrong with :

      i_view32.exe /print /scan

      or

      i_view32.exe /print /scanhidden

      Comment


        #4
        Thanks. Combining /scan and /print does exactly what I want.

        Comment

        Working...
        X