In the dialog box that appears, just click "Do It" to do it!
Do It performs the operation.
A standard uninstaller is included. You can uninstall ThisFolder: MakeJPEGsSmaller by going to Start > Control Panel > Add/Remove Programs.
#------------------------------------------------------------------------ # MakeJPEGsSmaller.ini # Preferences file for ThisFolder: MakeJPEGsSmaller # http://www.ThisFolder.com/MakeJPEGsSmaller #------------------------------------------------------------------------ [Settings] # maximum width or height of thumbnails to create # set to 0 to not shrink the images, just strip metadata ThumbnailSize=640 # JPEG quality (0..100, recommended: 40..90) ThumbnailJPEGQuality=80 # name of folder to create thumbnails # e.g. if ThumbnailFolderName is set to "Thumbnails" # and you process C:\My Documents\ # all thumbnails will be stored in C:\My Documents\Thumbnails\ ThumbnailFolderName=LOW_RES #--------------------- # default folder to process if other folder not specified at startup # (i.e. this folder will appear if you open the application itself # instead of right-clicking on a folder) DefaultFolder= # 0 - main window is a normal window # 1 - main window is always on top AlwaysOnTop=0 # 0 - minimize main window to task bar (like normal programs) # 1 - minimize main window to system tray MinimizeToSysTray=0 # confirm quit ConfirmExit=0 # start maximized StartMaximized=0 # start minimized StartMinimized=0 # 0 - "Exit When Done" is unchecked by default # 1 - "Exit When Done" is checked by default ExitWhenDone=1 # 0 - "Recursive" is unchecked by default # 1 - "Recursive" is checked by default Recursive=0 # sound to play when done AlertSound= # 0 - normal Browse For Folder dialog box # 1 - normal Browse For Folder dialog box, show files # 2 - use Save As dialog box to choose folders (has create folder button) ChooseFolderInterface=1 # window rect (left,top,right,bottom) # e.g. WindowRect=10,10,250,300 # leave blank to use default WindowRect= # window width # leave blank to use default WindowWidth= # window height # leave blank to use default WindowHeight= # On exit, save window size and/or position: # 0 - don't save anything # 1 - save exact window rect # 2 - save window width # 3 - save window height # 4 - save window width & height SaveWindowPosition=4 # 0 = can only run one copy of application at once... for multi-file explorer # selection, only first file or folder is used. # 1 = can run more than one copy of application at once... but will open # many copies of the application if run on multiple files/folders. AllowMultipleInstances=0 # 0 - hide log at startup (user must press "Show Log" to see log) # 1 - show log at startup ShowLog=0 # 0 - hide Exit button (click window close box to exit, or chose Close, or type Alt+F4) # 1 - show Exit button ShowExitButton=0 # 0 - hide ToolTips # 1 - show ToolTips ShowToolTips=1 # 0 - do it without asking for confirmation # 1 - ask to confirm after user clicks "Do It" ConfirmDoIt=0 # 0 - Wait until user clicks "Do It" # 1 - Do It immediately after running. Do not wait for user to click "Do It" # NOTE: If you hold down the Control key when running, this preference is ignored. DoItImmediately=0 #------------------------------------------------------------------------ # EOF #------------------------------------------------------------------------
-pref "C:\Path To File\SettingsFile.ini" = location of preference (INI) file
-settings "C:\Path To File\SettingsFile.ini" = location of preference (INI) file
-preferences "C:\Path To File\SettingsFile.ini"= location of preference (INI) file
-doit = do it immediately when launched (no need to click "Do It") This is the same as the "DoItImmediately" preference.
-minimizetosystemtray = when application is minimized, show up as an icon in the system tray (instead of in the task bar)
-alwaysontop = window is always on top of other windows
-confirmexit = ask user before exiting application
-windowrect = window rect to use
-recursive = "Recursive" is checked by default
-log = turn on log
-logfile = location of log file