Copy only new & modified files in Windows using Teracopy alternative replacement tool

Hello Friends! This blog post will teach you how to copy only new and modified files in Windows using Copywhiz and Teracopy. Copying new and modified files helps us simplify this task, saving time and ensuring efficiency. We’ll walk you through how to copy only changed files using these tools.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Transcription:

  1. Right-click on the folder from which only new or modified files need to be copied and choose Copywhiz–>Copy from the menu.
  2. Go to the destination folder, right-click on it and select Copywhiz–>Paste Special- ->Paste only new & modified files
  3. If the same folder already exists in the destination, then only new or modified files will be replaced, others will be skipped, saving a lot of time.

Using Teracopy

Step-by-Step Guide for TeraCopy

  1. Download and Install TeraCopy
  2. Open TeraCopy
    • Launch the TeraCopy application.
  3. Add Source Files
    • Click the “+ Add” button and select the folder containing your source files.
  4. Select the Destination Folder
    • Choose the folder where you want to copy the files.
  5. Enable Overwrite Options
    • Click on the settings (gear icon) and select “Skip All” or “Overwrite if Newer” to ensure only changed or new files are copied.
  6. Start Copying
    • Click the “Copy” button to begin transferring files. TeraCopy will compare file timestamps and sizes to determine which files to copy.

Conclusion

Copywhiz automatically detects new & changed files making the whole process very quick. Alternatively, you can copy files based on specific dates (date modified, date created, date accessed).

What could take several hours if done manually, Copywhiz completes it in few seconds. Just specify the file date type and date range so that the files are copied based on the date criteria.

This feature is very useful while sharing/uploading only recently modified files or taking backup of just new & modified files, especially when there are several files to copy or backup. Or even to pick the latest music/pictures from multiple folders.

The biggest advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Learn more about Copywhiz.

Download the free trial from here.

Check out our other cool products.

Have a good day.

Thanks for reading till the end :)

Copy only specific type of files or folders in Windows using Robocopy alternative replacement.

Hey Guys! In this blog post we will cover how to copy specific type of files or folders using tools Copywhiz and Robocopy. Let’s look at the step-by-step guide on how to use these tools effectively.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Transcription:

  1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu.
  2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste special–>Paste only files of specific types.
  3. The Settings dialog box will open. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the Ok button in the Settings dialog box. All required files are copied successfully.

Using Robocopy:

  1. Open Command Prompt:
    • Press Win + R, type cmd, and press Enter.
  2. Run the Robocopy Command:
    • Use the following syntax:robocopy <source> <destination> <filetype> /E
      • Replace <source> with the source folder path.
      • Replace <destination> with the target folder path.
      • Replace <filetype> with the desired file type (e.g., *.jpg, *.txt).
      • Use the /E flag to include all subdirectories, even empty ones.
  3. Example Command: To copy all .docx files from C:\Source to D:\Target:robocopy C:\Source D:\Target *.docx /E
  4. Review the Output:
    • Robocopy will display a detailed log of the files copied, skipped, or failed.

Conclusion:

For more tutorial videos, check out this page.

Subscribe to our YouTube channel for interesting videos.

Learn more about Copywhiz. Download the free trial from here.

Have a good day.

Thanks for staying till the end :)

Copy only specific type of files or folders in Windows using Xcopy alternative replacement.

Hey Guys! Copying specific type of files or folders is time-saving. Helps avoid copying unnecessary files or folders, speeding up the process. Here we have tools Copywhiz and Xcopy to simplify this process. Here’s a step-by-step guide on how to use these tools effectively.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Transcription:

  1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu.
  2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste special–>Paste only files of specific types.
  3. The Settings dialog box will open. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the Ok button in the Settings dialog box. All required files are copied successfully.

Using Xcopy.

Below are the steps guiding using Xcopy:

  1. Open Command Prompt:
    • Press Win + R, type cmd, and press Enter.
  2. Run the Xcopy Command:
    • Use the following syntax:xcopy <source> <destination> <filetype> /S
      • Replace <source> with the source folder path.
      • Replace <destination> with the target folder path.
      • Replace <filetype> with the desired file type (e.g., *.jpg, *.txt).
      • Use the /S flag to include subdirectories, excluding empty ones.
  3. Example Command: To copy all .txt files from C:\Source to D:\Target:xcopy C:\Source D:\Target *.txt /S
  4. Review the Output:
    • Xcopy will display a summary of files copied, skipped, or failed.

Conclusion:

For more tutorial videos, check out this page.

Subscribe to our YouTube channel for interesting videos.

Learn more about Copywhiz. Download the free trial from here.

Have a good day.

Thanks for staying till the end :)

Copy only specific type of files or folders in Windows using Fastcopy alternative replacement.

Hi Guys! When managing files in Windows, there are times when you need to copy only specific file types or folders instead of copying an entire directory. In this blog post we will guide you how to achieve this using Copywhiz and FastCopy to simplify this process.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Transcription:

  1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu.
  2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste special–>Paste only files of specific types.
  3. The Settings dialog box will open. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the Ok button in the Settings dialog box. All required files are copied successfully.

Using Fastcopy:

Below are the steps guiding using Fastcopy:

  1. Download and Install FastCopy:
    • Download FastCopy from its official website and install it.
  2. Open FastCopy:
    • Launch FastCopy from the Start menu or desktop shortcut.
  3. Select Source and Destination:
    • Click the Source button to choose the folder containing the files you want to copy.
    • Click the DestDir button to select the destination folder.
  4. Set File Type Filters:
    • In the Include Filter field, specify the file types you want to copy (e.g., *.jpg, *.txt).
    • You can separate multiple file types with a space.
  5. Start the Copy Process:
    • Click Execute to begin copying only the specified file types to the destination.
  6. Review the Results:
    • FastCopy will display a detailed log of the files processed, including successful and skipped files.

Conclusion:

For more tutorial videos, check out this page.

Subscribe to our YouTube channel for interesting videos.

Learn more about Copywhiz. Download the free trial from here.

Have a good day.

Thanks for staying till the end :)

Copy only specific type of files or folders in Windows using Powershell alternative replacement.

Hi Friends! Copying specific type of files or folders is time-saving. Helps avoid copying unnecessary files or folders, speeding up the process. Here we have tools Copywhiz and Powershell to simplify this process. Here’s a step-by-step guide on how to use these tools effectively.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Transcription:

  1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu.
  2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste special–>Paste only files of specific types.
  3. The Settings dialog box will open. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the Ok button in the Settings dialog box. All required files are copied successfully.

Using Powershell:

Below are the steps guiding using Powershell:

  1. Open PowerShell:
    • Press Win + S, type PowerShell, and select Windows PowerShell.
  2. Use the Get-ChildItem Command:
    • Use Get-ChildItem to filter files by type and copy them to a destination.
    • Example command:Get-ChildItem -Path "C:\Source" -Include *.jpg,*.txt -Recurse | Copy-Item -Destination "D:\Target"
      • Replace C:\Source with your source folder.
      • Replace D:\Target with your destination folder.
      • Adjust the file types (e.g., *.jpg, *.txt) as needed.
  3. Run the Command:
    • Press Enter to execute the command. PowerShell will copy all files matching the specified types from the source to the destination.
  4. Review the Results:
    • Check the destination folder to ensure only the filtered files were copied.

Conclusion:

For more tutorial videos, check out this page.

Subscribe to our YouTube channel for interesting videos.

Learn more about Copywhiz. Download the free trial from here.

Have a good day.

Thanks for staying till the end :)

Auto size sticky notes based on the content in Notezilla for Windows

Auto-sizing sticky notes based on their content would ensure that you make the best use of desktop real estate and also have access to more number of sticky notes at once.

Notezilla now offers this functionality where when you type the text, the note expands or contracts accordingly, automatically.

What is Notezilla?

Notezilla is a professional, elegant & highly rated sticky notes app for Windows & Phones (Android, iOS, iPhone, iPad etc). You can also access your sticky notes from a Mac.

Notezilla helps you organize various tiny bits of information you would need through out your life. It keeps all your notes, tasks & reminders handy where ever you are. With sticky notes, you hardly have to put effort to take notes, set reminders, etc. Quickly jot down & move on with your task at hand. 

Here are some features of Notezilla:

  • Sticky notes with reminders
  • Attach sticky notes to websites, documents, folders & apps
  • Organize sticky notes inside folders to keep your Windows desktop clean.
  • Pin sticky notes on top of other apps
  • Sync sticky notes between Windows, Android, iPhone, iPad
  • Add pictures inside sticky notes
  • Checklist sticky notes
  • Lock sticky notes (password protect)
  • Markdown support
  • Send notes over local network (LAN) or across the globe
  • Tag sticky notes
  • Fully transparent sticky notes
  • Dark mode

Here is short video describing this feature:

Video Transcription:

  1. As we can see in the video, we already have a sticky note created on our desktop.
  2. Type the text and see the note resizes automatically according to the text we type.

So easy to use and very convenient.

Try it today and you will love it for sure.

Go download it from the Play store or app store today and sync all your sticky notes with the Windows version of Notezilla.

Learn more about Notezilla.

Subscribe to our YouTube channel for interesting videos.

Check out our other cool products.

Have a good day!

Thanks for your time :)

Adding a title to sticky notes created in Notezilla for Windows

Adding a title to a sticky note can help categorize and group related notes, making them easier to find and manage. Let’s see how to do it in Notezilla sticky notes app.

What is Notezilla?

Notezilla is a professional, elegant & highly rated sticky notes app for Windows & Phones (Android, iOS, iPhone, iPad etc). You can also access your sticky notes from a Mac.

Notezilla helps you organize various tiny bits of information you would need through out your life. It keeps all your notes, tasks & reminders handy where ever you are. With sticky notes, you hardly have to put effort to take notes, set reminders, etc. Quickly jot down & move on with your task at hand. 

Here are some features of Notezilla:

  • Sticky notes with reminders
  • Attach sticky notes to websites, documents, folders & apps
  • Organize sticky notes inside folders to keep your Windows desktop clean.
  • Pin sticky notes on top of other apps
  • Sync sticky notes between Windows, Android, iPhone, iPad
  • Add pictures inside sticky notes
  • Checklist sticky notes
  • Lock sticky notes (password protect)
  • Markdown support
  • Send notes over local network (LAN) or across the globe
  • Tag sticky notes
  • Fully transparent sticky notes
  • Dark mode

Here is a short video featuring how to add title to sticky notes:

Video Transcription:

  1. As we can see in the video, we already have sticky notes created on our desktop.
  2. Click on the top left button and select add title from the menu.
  3. Add your desired title.
  4. You can also double click on the title to add or edit the title.

Below is an image representing how we can add title to sticky notes:

Try it today and you will love it for sure.

Go download it from the Play store or app store today and sync all your sticky notes with the Windows version of Notezilla.

Learn more about Notezilla.

Subscribe to our YouTube channel for interesting videos.

Check out our other cool products.

Have a good day!

Thanks for your time :)

Sync Files Between Source and Destination Folders using Robocopy alternative replacement tool

File synchronization is essential for maintaining data consistency, creating backups, and ensuring updated files are available across different locations. Two tools, Copywhiz and Robocopy, can be used for this purpose. Robocopy is a command-line tool included with Windows.

In this blog, we’ll explore how to sync files with each tool through detailed step-by-step guides

Let’s take a look on how to use Copywhiz:

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Here is a short video for your reference:

Transcription:

1. After you select your files in Copywhiz, go to the destination folder and Choose ‘Copywhiz -> Paste Advanced’.

2. The Copywhiz main window will open. Choose the Advanced Settings Tab from there.

3. Go to the General Tab and choose the option ‘Automatically identify & paste only new or modified files’. After that, select the option ‘Delete files from destination if deleted from source’.

4. Click on OK and proceed with ‘Paste Now’ option. The files will be pasted and the folders will be set to sync.

5. Save the project to run it again in the future.

The next time you make any changes in the source folder, run the saved project file. The folders will sync and the changes will be reflected in the destination folder as well.

We will take a look at how to use Robocopy to sync files between source and destination folder.

Step-by-Step Guide to Using Robocopy

  1. Open Command Prompt or PowerShell
    • Press Win + S, type “cmd” or “PowerShell,” and press Enter.
  2. Basic Sync Command
    Run the following command to synchronize a source folder with a destination folder:cmdCopy codeRobocopy "C:\SourceFolder" "D:\DestinationFolder" /MIR
    • /MIR: Mirrors the source to the destination (adds, updates, and deletes files as needed).
  3. Exclude Files or Folders
    To exclude specific files or folders:cmdCopy codeRobocopy "C:\SourceFolder" "D:\DestinationFolder" /MIR /XF "file.txt" /XD "Temp"
    • /XF: Excludes files by name or extension.
    • /XD: Excludes folders.
  4. Log File Generation
    Create a log file to record synchronization details:cmdCopy codeRobocopy "C:\SourceFolder" "D:\DestinationFolder" /MIR /LOG:"C:\LogFile.txt"
  5. Automate with Task Scheduler
    • Create a .bat file with the Robocopy command.
    • Open Task Scheduler (Win + S, search “Task Scheduler”).
    • Schedule the .bat file to run at desired intervals.

Conclusion

Copywhiz provides simplicity and convenience for everyday tasks.

Learn more about Copywhiz. Download the free trial from here.

For short tutorial videos, Check out this page.

Subscribe to our YouTube channel for interesting videos.

Check out our other cool products.

Have a good day!

Thanks :)

Copy from Multiple Locations to a Single Folder in Windows using an Xcopy alternative replacement tool

When managing files in Windows, there are times when you need to gather files from multiple locations and copy them to a single destination folder. While Windows’ built-in Xcopy command is a powerful utility for file copying, it often lacks user-friendliness and advanced features. That’s where Copywhiz, a versatile and user-friendly tool, shines as a replacement for Xcopy. In this blog, we’ll explore how to use Copywhiz to streamline the process of consolidating files into a single folder.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Transcription:

To copy files from multiple folders,

  1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu.
  2. Repeat above step to copy files from different folders.
  3. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste. All the selected files from different folders will be copied successfully.

That’s it in this video.

Advantages of Using Copywhiz

  1. User-Friendly Interface: The graphical interface makes it accessible even for non-technical users.
  2. Selective File Copying: Copywhiz allows you to exclude specific files or include only those that meet certain criteria.
  3. Batch Copying from Multiple Locations: Consolidate files from various folders in one seamless operation.
  4. Task Scheduling: Automate repetitive file copying tasks without requiring scripts or external tools.
  5. Error Handling: Handle duplicate files or conflicts with advanced options like renaming or skipping.

Let’s have a look on how we can use Xcopy:

Xcopy:

Xcopy is a command-line tool included in Windows. While it’s reliable for bulk file copying, it can be intimidating for non-technical users due to its text-based interface and cryptic command syntax. It also has limitations in handling complex scenarios, like selective copying based on specific criteria.

Using Xcopy

  1. Launch Command Prompt: Open the Command Prompt by typing cmd in the Windows search bar and pressing Enter.
  2. Prepare the Command: To copy files from multiple locations, you’ll need to manually specify each source folder. For example: xcopy "C:\Source1\*" "C:\Destination\" /s /y xcopy "C:\Source2\*" "C:\Destination\" /s /y
    • Replace C:\Source1\ and C:\Source2\ with your actual source paths.
    • Replace C:\Destination\ with your target folder path.
    • Options:
      • /s: Copies directories and subdirectories.
      • /y: Suppresses the confirmation prompt for overwriting files.
  3. Execute the Command: Press Enter to execute the command for each source location.
  4. Verify the Result: Check the destination folder to ensure all files have been copied successfully.

Drawbacks:

  • No graphical interface; requires precise syntax.
  • Lacks advanced filtering or preview options.

Conclusion

While Xcopy is a robust tool for copying files, its command-line nature and limited flexibility make it less ideal for complex file management tasks. Copywhiz, on the other hand, provides an intuitive, feature-rich alternative that simplifies the process of consolidating files from multiple locations into a single folder. Whether you’re a casual user or a professional managing large data sets, Copywhiz is a must-have tool for your Windows toolbox.

Try Copywhiz today to experience effortless file copying!

Learn more about Copywhiz.

Download the free trial from here.

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Check out our other cool products.

Have a good day.

Thanks for reading till the end :)

Exclude specific folders when copying files in Windows using a Copywhiz

Copying files in Windows while excluding specific folders is a common task for users managing backups, reorganizing data, or transferring selective content. For users seeking a more intuitive and feature-rich experience, Copywhiz is an excellent alternative.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.


Video Transcription

1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu as shown below :

2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste special–>Paste files by name or type as shown below:

3. The Advanced Settings dialog box will open. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the Ok button in the Advanced Settings dialog box. All the required files will be copied successfully.

Screenshot-Exclude-Files

Conclusion

Copywhiz lets you to choose which type of files to copy & which to ignore i.e, it lets you to do ‘Selective File Copy’.

Pick only those files that are important & avoid files that are not required (Eg. Files that occupy too much space) with Copywhiz. Easily filter files by name, extension, folder, etc. from a bunch of folders.

Complete big file copy tasks with few clicks & save manual effort with Copywhiz.

Thanks for reading till the end :)