© 2002-2010 Winsome Technologies
General Renaming:

general
 
 
  • To change file name to lower case, Upper case and Proper case.

  • To chnage file extension to lower case, Upper case and Proper case.

  • Remove extension will remove file extension.

  • Add or Change extension can change or add file extension in file name.

  • Reverse the file names. " filename.doc " to " emanelif.doc ".

  • Remove spaces. from "file name something.doc " to " filenamesomething.doc "

  • Swap file part by separator.

    For example you have current file names as:
    vacation#001.jpg
    vacation#002.jpg
    vacation#003.jpg

    You can rename it to below file names in one click:

    001#vacation .jpg
    002#vacation.jpg
    003#vacation.jpg

    You have to give # (hash) as input in input box. Application swaps the file parts from # in the file name.

  • Swap file name by character position

    For example you have current file names as:

    vacation#001.jpg
    vacation#002.jpg
    vacation#003.jpg

    You can rename it to below file names in one click:

    001#vacation .jpg
    002#vacation.jpg
    003#vacation.jpg

    You have to give 4 (four) as character position in input box. Application swaps the file parts from 4th character position in the file name.