add vendor/bin/create-cmdercfg.cmd

This commit is contained in:
Dax T. Games 2023-11-06 09:55:49 -05:00
parent 7c04ee9f6a
commit 90d86a7e5e

3
vendor/bin/create-cmdercfg.cmd vendored Normal file
View File

@ -0,0 +1,3 @@
@echo off
powershell -executionpolicy bypass -f "%cmder_root%\vendor\bin\create-cmdercfg.ps1" -shell cmd -outfile "%CMDER_CONFIG_DIR%\user_init.cmd"