home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Logs / Graphism / IView / commandline_options.txt < prev    next >
Text File  |  1998-12-04  |  1KB  |  30 lines

  1. ----------------------------------------------------------
  2. List of all command line options supported in IrfanView:
  3. ----------------------------------------------------------
  4.  
  5.   /one               - force "only one instance"
  6.   /fs                - force Full Screen
  7.   /bf                - force Best Fit to desktop
  8.   /title=text        - set window title to 'text'
  9.   /pos=(x,y)         - move the window to x,y
  10.   /c=filename        - convert input file to 'filename'
  11.   /slideshow=txtfile - play slideshow with the files from 'txtfile'
  12.  
  13. Note:
  14. - Only lower case options are supported !!!
  15.  
  16.  
  17. Examples: 
  18.    i_view32 test.bmp /BF                 = incorrect
  19.    i_view32 test.bmp /bf /title=My PIC   = correct
  20.  
  21. Example for conversion: 
  22.   i_view32 c:\test.bmp /c=c:\giftest.gif
  23.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  24.   (Note: supported are all IrfanView read/save formats except: AVI,MOV,MPG,WAV,MID)
  25.  
  26. Example for slideshow: 
  27.   i_view32.exe /slideshow=c:\mypics.txt
  28.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  29.          including the full path !
  30.