@echo off
rem Copyright 2021 BMC Software Inc.

set start_path=%1
if not [%start_path%] == [] cd %start_path%

del /s /f Usage_Measurement.jar* 2> nul
echo "Done!"
