Skip to content

Powershell script to detect differences between 2 folders recursively

Notifications You must be signed in to change notification settings

mulderload/diff-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MulderLoad's Diff Maker

Description

A powershell script to extract a "diff patch" between 2 folders recursively.

The main goal is to help myself writing patch for www.mulderland.com, so it's very NSIS oriented.

But I've decided to open source it if it can help other people.

It will :

  • add new files to the output folder
  • add modified files to the output folder
  • write renamed files to nsis.txt
  • write moved files to nsis.txt
  • write deleted files to nsis.txt

I used it to write my "Alpha Protocol GOG Update for Steam", for example.

Usage

Right click on "diff-maker.ui.ps1" > Run with Powershell

About

Powershell script to detect differences between 2 folders recursively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published