Labels
ionic
(40)
Google Apps Script
(28)
Construct2
(6)
Google API
(5)
Google Cloud
(5)
Java
(5)
presentation
(5)
jasper
(4)
plunker
(4)
Notepad++
(2)
liferay
(2)
ms access
(2)
mysql
(2)
PHP
(1)
SQLite
(1)
android
(1)
blogspot
(1)
html5
(1)
ionic-creator
(1)
javascript
(1)
mobile
(1)
plainjs
(1)
utilties
(1)
Learn the powerful enterprise adaptable database:
Getting Started With ADABAS & Natural
Tuesday, May 7, 2013
Notepad++ Console Panel
1) If you haven't installed Notepad++, follow this tutorial, http://setup-steps.blogspot.com/2013/05/notepad-v633.html .
2) Run Notepad++.
Notice the Console Button on the tool bar towards the right border of the application window.
Click the button.
3) Type: cd \
(to go to root.)
4) Type: dir
(to display list of files/folders)
5) Type: cls
(to clear Console Panel)
6) Type: cmd /c mkdir testdir
(to make a new directory "testdir")
check by typing: dir
7) Type: cd testdir
(to go into testdir)
8) Type: cd..
(to go back to the parent directory)
9) Type: cmd /c rmdir testdir
(to remove a directory "testdir")
check by typing: dir
-----
10) If you have registered Java JDK bin path in your Windows Environment, you can type "javac -version" and "java -version" and see the response as follows:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment