CodeWalrus

Development => Web => Topic started by: Ephraim Becker on January 15, 2016, 01:47:25 PM

Title: A faster solution for opening up all my files for Web Development
Post by: Ephraim Becker on January 15, 2016, 01:47:25 PM
Right now, I have to manually open up my HTML, 3 CSS, 2 JS files, the Google Chrome web browser, and my Windows GitHub program one by one (which is very annoying!). Is there a much easier way of doing this with one click? Please don't tell me to use a IDE. I like using Windows Notepad instead.
Title: Re: A faster solution for opening up all my files for Web Development
Post by: p4nix on January 15, 2016, 01:53:51 PM
I'm not so familiar with Windows, so I don't know how powerful batch files can be. But if it's like on windows, I guess there is a way to make an executable script which opens up all your program at the press of a button.
You might look into that: http://www.online-tech-tips.com/computer-tips/create-windows-batch-files/

EDIT:
I still don't know if you can open multiple files in notepad that way... I suggest using Notepad++, it's just as Notepad, but with syntax highlighting and stuff which would help you to write your code so that others can understand it.

EDIT2: fixed link :)
Title: Re: A faster solution for opening up all my files for Web Development
Post by: Travis on January 15, 2016, 02:26:11 PM
There are several text editors (not necessarily IDEs, but editors) that support sessions that automatically open up the last files that were edited. Opening up other programs can likely be scripted. Windows has had a scripting host that supports languages like VBscript, Jscript, etc. But I know nothing about it, not having used Windows as a primary OS in a decade. Sounds like something to look into, though.

Batch files are simple and will likely work for very simple tasks like opening programs and loading a file as well.
Title: Re: A faster solution for opening up all my files for Web Development
Post by: Snektron on January 15, 2016, 02:38:49 PM
Quote from: Ephraim Becker on January 15, 2016, 01:47:25 PM
Right now, I have to manually open up my HTML, 3 CSS, 2 JS files, the Google Chrome web browser, and my Windows GitHub program one by one (which is very annoying!). Is there a much easier way of doing this with one click? Please don't tell me to use a IDE. I like using Windows Notepad instead.

if you like notepad then maybe you'd like to get Notepad++ though.
It has things like multi tabs and you can get a load of plugins for it, for exampl to format your JS script.