home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / software / Temacd / Irfan3 / commandline_options.txt < prev    next >
Text File  |  1999-04-06  |  1KB  |  36 lines

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