rename command

About this tag
The rename command tag on WindowsForum.com covers discussions about using the rename command in batch files and command-line operations. Topics include integrating the rename command into right-click context menus for file operations, such as running filebot -rename on selected files. Users also troubleshoot batch scripts where the rename command is used alongside other commands like sleep and del, often encountering errors when commands are not recognized. The tag focuses on practical scripting and automation scenarios involving file renaming in Windows environments.
  1. imanewbe

    Windows 7 Add Command line command to right click

    What I am wanting to do is when I right click on a file have an option to run a command. for example: -filebot -rename "filename" This command would execute if I clicked on the option in the right click menu
  2. Elmer

    Windows 7 "Sleep is not recognised" etc. Error in Batch File

    I have a batch file that I use to: Create a restore point, then swap out my modified system files. I store the "Sleep.exe" file in the same folder as the batch file. The script goes something like: echo Please wait while a Restore Point is made. sleep 17 Take ownership,Rename Replace, Blah...
Back
Top