IntactDev
Member
- Nov 22, 2012
- 399
- 71
So, as a programmer, you should have a development environment that you're comfortable with. For me, I use XAMPP, Chrome, and Sublime Text 2 everytime I code something. So, instead of having to open 3 different applications every single time that I want to code, I decided that I needed to find a solution that will open all the applications I need in one click! So, here is the code!
Simply open notepad, and paste this code, and save it as (whatever you want).bat then save it onto your desktop.
Credits:
30% to
50% to
20% to everyone else!!
Code:
@[USER=30873]Echo[/USER] off
start "" "C:\Program Files (x86)\Sublime Text 2\sublime_text.exe"
start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
start C:\xampp\xampp-control.exe
Simply open notepad, and paste this code, and save it as (whatever you want).bat then save it onto your desktop.
Credits:
30% to
You must be registered for see links
--> Helped me make this50% to
You must be registered for see links
--> My idea + I made this20% to everyone else!!