Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[BATCH] Open Programming Tools
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="IntactDev" data-source="post: 198829" data-attributes="member: 24757"><p>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 <em>every single time</em> 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!</p><p> </p><p>[CODE]@[USER=30873]Echo[/USER] off</p><p> </p><p>start "" "C:\Program Files (x86)\Sublime Text 2\sublime_text.exe"</p><p>start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"</p><p>start C:\xampp\xampp-control.exe[/CODE]</p><p> </p><p>Simply open notepad, and paste this code, and save it as <strong>(whatever you want).bat</strong> then save it onto your desktop.</p><p> </p><p><strong>Credits:</strong></p><p> </p><p>30% to <a href="http://devbest.com/members/undefined.10034/" target="_blank">Undefined</a> --> Helped me make this</p><p>50% to <a href="http://devbest.com/members/intactdev.24757/" target="_blank">IntactDev</a> --> My idea + I made this</p><p>20% to everyone else!!</p></blockquote><p></p>
[QUOTE="IntactDev, post: 198829, member: 24757"] 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 [I]every single time[/I] 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! [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[/CODE] Simply open notepad, and paste this code, and save it as [B](whatever you want).bat[/B] then save it onto your desktop. [B]Credits:[/B] 30% to [URL='http://devbest.com/members/undefined.10034/']Undefined[/URL] --> Helped me make this 50% to [URL='http://devbest.com/members/intactdev.24757/']IntactDev[/URL] --> My idea + I made this 20% to everyone else!! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[BATCH] Open Programming Tools
Top