Skip to main content
quote from page
Source Link
bertieb
  • 7.5k
  • 36
  • 43
  • 54

I will be using this PowerShell script for now.

# Script for applying fc /b or .dif kind of binary diffs to files.
# Run using this command: 
#   powershell -executionpolicy bypass -File "fc2bin.ps1"
# Difference file should have the following format:

#    Description line
#
#    myold.fil
#    0000100A: 00 10
#    0000100B: 00 30

I will be using this PowerShell script for now.

I will be using this PowerShell script for now.

# Script for applying fc /b or .dif kind of binary diffs to files.
# Run using this command: 
#   powershell -executionpolicy bypass -File "fc2bin.ps1"
# Difference file should have the following format:

#    Description line
#
#    myold.fil
#    0000100A: 00 10
#    0000100B: 00 30
Source Link

I will be using this PowerShell script for now.