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