본문 바로가기

Computer/Windows

Windows app short-cut run by command line

create following bash file, and save it in 'C:\Users\AccountName' folder

@echo off
cd "C:\Program Files (x86)\location\"
start AppName.exe
exit

press below,

Win+R {Enter}

AppName {Enter}

then, the application will be started.