@echo off echo[ echo[ echo This file performs an update of a machine-wide (global) echo installation of Fusion 360. echo[ echo[ echo Run this batch file from a Command shell (Run as Administrator). echo[ echo[ echo This file requires the Fusion 360 Admin Install.exe file echo be in the same folder. echo[ echo[ echo To cancel this operation press Control + C. echo[ pause @echo off "%~dp0\Fusion 360 Admin Install.exe" --process update echo[ echo Batch process complete!