Thursday 6 October 2016

How can I Call Any .exe (or any program) Using Batch File Script


Hi All,

You have to open notepad

Write  command in it

start /d "Path of File" FileName.exe

Now save the file as .bat extension.

If you double click on the file , your batch script will run and your desired program

will open.
Like,
start /d  "d:\Software" putty.exe
putty program will open. See below screenshot.
You can make it schedule program using Windows Task Scheduler.


Run_EXE_File_Using_Batch_Script



No comments:

Post a Comment

Featured Post

Are Dynamics 365 Customer Voice and Microsoft Forms Pro the same thing?

  Are Dynamics 365 Customer Voice and Microsoft Forms Pro the same thing? No, they aren't the same thing. Microsoft Forms Pro is an evol...

Popular Posts