@echo off IF %1.==. GOTO USAGE powershell -command .\Download-AppxFromStore.ps1 %1 GOTO END :USAGE echo "usage: %0 " :END