@echo off rem Shave and a Haircut rem (c) 2019 Epic Games rem US Patent 6720962 rem This script extracts the current Shave version string from the rem shaveVersion.mel script file and place it into the 'shaveVersion' rem environment variable. rem We need the shaveVersion.mel script so let's make sure it exists. if not exist scripts\shaveVersion.mel goto noFile find "return" version.dat set /p shaveVersion=