How to create shortcut or .exe file to run "meteor app" instead of windonws cmd?

How to create shortcut or .exe file to run “meteor app” instead of windows cmd?

You could create a batch file.

http://www.dreamincode.net/forums/topic/55203-batch-tutorial-part-1/

Thanks for your helping, but I don’t understand.

It sounds like you want something you can click on your desktop to run your meteor app for you without having to open the cmd and type in stuff. To do that, you create a batch file, which is a text file of the commands that you save as a .bat file. When you double-click on the .bat file, it will run the list of command for you as if you were typing it in the cmd. The link shows you how to create the .bat file.

Oh it is clear, could you example for me.
My app path D:\app\meteor\testing.