I want to setup a shortcut phrase for one of my exe. I mean when i type & run "ABC" inside windows>run dialog box the application should launch. 开发者_运维知识库For your information I am using windows xp, and the application is a normal windows application
Then you need to create an executable called "abc.exe" that would launch your application. You also need to make sure "abc.exe" is in the PATH
(or add the executable in a folder like windows\system32
)
精彩评论