You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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
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...