View Single Post
  #1  
Old 02-06-2023, 06:55
Junior53's Avatar
Junior53 Junior53 is offline
Registered User
 
Join Date: May 2023
Location: Sri Lanka
Posts: 25
Thanks: 23
Thanked 32 Times in 10 Posts
Junior53 is on a distinguished road
Thumbs up FileMaster v1.0 - A File Renaming, Moving and Copying Tool

Hi all
I made some changes and added more features to ReNamer v1.0. Now, this tool can not only rename files, it can also copy and move them into a specified directory according to a specified pattern. Additionally, it generates *.bat files based on the specific operation you choose.

Code:
FileMaster v1.0 - A File Renaming, Moving and Copying Tool
Created By (c) SakAwans
June 8, 2023

Usage: FileMaster <Operation> <SourceDirectory> <TargetDirectory> <NewNamePattern> [UseExtensionFilter] [FileExtension]

File Renaming Example's
To rename all files: FileMaster Rename C:\SakAwans\DataPC C:\SakAwans\DataPC SakAwans[Number].tmp Disable
To rename specific file types: FileMaster Rename C:\SakAwans\DataPC C:\SakAwans\DataPC SakAwans[Number].tmp Enable *.dat

File Moving Example's
To move all files: FileMaster Move C:\SakAwans\DataPC C:\SakAwans\Backup SakAwans[Number].tmp Disable
To move specific file types: FileMaster Move C:\SakAwans\DataPC C:\SakAwans\Backup SakAwans[Number].tmp Enable *.dat

File Copying Example's
To copy all files: FileMaster Copy C:\SakAwans\DataPC C:\SakAwans\Backup SakAwans[Number].tmp Disable
To copy specific file types: FileMaster Copy C:\SakAwans\DataPC C:\SakAwans\Backup SakAwans[Number].tmp Enable *.dat

This will generate a batch file named Rename.bat, Move.bat or Copy.bat depending on the specified operation.
This will also generate a RestoreRename.bat, RestoreMove.bat or RestoreCopy.bat file depending on the specified operation to undo any changes.

Note:
  • you can use UPX to reduce the size of this executable.
  • An older version of this tool (ReNamer v1.0) is attached below.
Attached Files
File Type: 7z FileMaster v1.0.7z (276.4 KB, 51 views)
File Type: 7z Old Version (ReNamer v1.0).7z (275.2 KB, 13 views)

Last edited by Junior53; 07-06-2023 at 18:47.
Reply With Quote
The Following 7 Users Say Thank You to Junior53 For This Useful Post:
dixen (20-07-2023), DoomRG (27-07-2023), Dunnowho69 (30-04-2025), Gehrman (09-06-2023), KaktoR (04-06-2023), L0v3craft (03-06-2023), ScOOt3r (02-06-2023)
Sponsored Links