Replace Filename Command
This is an example to replace "[天堂www.*.com]" in the video file name.
Create a rename.bat
file with command below:
Create a rename.ps1
file with command below:
Put both rename.bat
and rename.ps1
in the video folder, click on the rename.bat
and it will execute powershell command rename.ps1
Expected Result
[天堂www.abc.com]video_001.avi --> video_001.avi
[天堂www.abc.com]video_002.mp4 --> video_002.mp4
[天堂www.abc.com]video_003.mkv --> video_003.mkv
Last updated