@echo off if "%1"=="" ( echo gitme username/reponame exit /b ) git clone https://gitme.fun/%1 . && if exist vid-init-module.cmd call vid-init-module.cmd