home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Irfan / iview310.exe / i_options.txt < prev    next >
Text File  |  1999-12-06  |  2KB  |  52 lines

  1. ---------------------------------------------------------------------------------
  2. File  : '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 IrfanView window to x,y
  16.   /convert=filename  - convert input file to "filename"
  17.   /slideshow=txtfile - play slideshow with the files from "txtfile"
  18.   /thumbs            - force thumbnails
  19.   /killmesoftly      - close all IrfanView instances
  20.   /closeslideshow    - close slideshow and IrfanView after the last image
  21.  
  22. Note:
  23. - Only lower case options are supported !
  24.  
  25. Examples: 
  26.    i_view32.exe test.bmp /BF                 = incorrect
  27.    i_view32.exe test.bmp /bf /title=My PIC   = correct
  28.  
  29. Example for conversion: 
  30.   i_view32.exe c:\test.bmp /convert=c:\giftest.gif
  31.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  32.   (Note: supported are all IrfanView read/save formats except: 
  33.          AVI,MOV,MPG,WAV,MID,AIF,SND)
  34.  
  35. Example for slideshow: 
  36.   i_view32.exe /slideshow=c:\mypics.txt
  37.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  38.          including the full path. A hard return is needed at the end of each
  39.          line)
  40.  
  41. Example for closeslideshow: 
  42.   i_view32.exe /slideshow=c:\mypics.txt /closeslideshow
  43.   => IrfanView will be closed after the last image from 'c:\mypics.txt'
  44.  
  45. Example for thumbnails: 
  46.   i_view32.exe c:\test\image1.jpg /thumbs
  47.   => open 'image1.jpg' and display thumbnails from directory 'c:\test'
  48.  
  49. Example for close: 
  50.   i_view32.exe /killmesoftly
  51.   => close IrfanView and terminate all instances
  52.