In such situation you can create a simple batch file which will contain your commands or path of executable which you want to execute in bunch. After that your work will be just to execute that batch file.
To create your own commands follow these steps:
- Create a batch file containing your path of executable or commands you want to execute.
- Place all these file at
directory. - Now go to Run prompt and just type name of your batch file.
If you don't want to risk your Windows directory, then you can do do following things, but please do these steps carefully:
- Create a batch file containing your path of executable or commands you want to execute.
- Place all these file at single directory on any drive.
- Right click to My Computer, Click on Properties.
- On System Properties dialog, open Advanced Tab.
- Click on Environment Variables button.
- Under System Variables group, select Path environment variable. Click on Edit button.
- At the end of the value of variable place a semicolan and above directory path(step 2).
- Please insure that you are just to appending to current path not overriding. Modifying current path will make harm to your computer.
- Thats it and you are done.
No comments:
Post a Comment