

If you want to change more than just the extension - if you'd also like to make changes to the file name, for example - using a third-party tool is recommended. Right-click the notebook you want to rename, then select.

Once there, launch command prompt from the folder menu by holding down shift and right clicking on an empty space.
#BATCH FILE RENAME ALL EXTENSIONSS HOW TO#
Click the notebooks name in the top-left corner to open the list of all your notebooks. How to batch rename extensions Navigate to the folder containing the files you want.
#BATCH FILE RENAME ALL EXTENSIONSS PC#
You can either use the command line or you can use a third-party tool. Open OneNote on your PC and open a notebook. bla However, I have a folder with hundreds of such subfolders, and this command requires me to manually navigate to each subfolder and run it. bashrc alias find-ext='read -p "Path (dot for current): " p_path read -p "Ext (unpunctured): " p_ext1 find $p_path -type f -name "*."$p_ext1'Īlias rename-ext='read -p "Path (dot for current): " p_path read -p "Ext (unpunctured): " p_ext1 read -p "Change by ext. You can batch rename file extensions in two ways. I'm renaming empty file extensions with this command: rename.
