RConsole 1.42 - File Renamer console version
--------------------------------------------

Usage information:

  Command line:
	rconsole [parameters] <file groups>

  Parameters:

      Case change:
        -c        make Capitalized
        -u        make UPPERCASED
        -l        make lowercased
        -i        make iNVERTED
       Dismiss this parameter for no case change.

      Formatting:
	-1        convert "_" to space
        -2        convert space to "-"
        -3        maintain spaces around "-"
        -4        shrink multiple spaces to one space
        -5        maintain space after "," ":" ";" "?" "!"

      Operation:
	-dirs     process also directories names
        -r        directory recursing (proceess also sub-folders)
	-errors	  quiet mode - show only errors on screen
	-log	  log results of the renaming operation into the
		  file "rconsole.log". Use -errors to log errors only

  File Groups:
	A list of file names or wildcards to process.


  Examples:
	rconsole -u *.*

	rconsole -c -1 -3 -4 -5 c:\music\*.mp3 c:\music2\*.mp3

	rconsole -l -errors -log *.txt *.bmp file1.dat file2.dat

	rconsole -c -r -dirs c:\*.*

  Notice:
	RConsole is a 32bit Windows application. You cannot run it
	under DOS or Windows 3.x or less.

