Uses of cmd with some basic use in window OS
- Get link
- X
- Other Apps
How open files and folder using command prompt and how to show all directory files
Using command line how to access your computer file and other operation.
command line command its working secure and privacy issue is not arise also window operating system and some other os easy to use but some more protect os like Unix and other secure operating system is base of working with command line and cmd command so you better know about is os command after you can easliy use.
1) First click on start menu and click on search option type CMD
and open it.
2) Now click to change your disk -> "C:" (type its file location like Drive ex: F,D,etc you want to search)
3) Now here we type "D:" because my file in D drive.
4)then type "cd"cd command is access for one directory to other directory.
5) If you don't not about file which is you finding so don't worry just type "dir" and all directory and other file including in location of drive all list of file and directory information.after you can get file or directory you want to access choose.
6) And if choose its file so you can type" abc.jpg" (because file access or open its want file name and file extension here "abc" is file name ".jpg " dot jpg is file extension.same as different file name change and different extension.
**IF YOU CAN NOT UNDERSTAND PLEASE SHOW THE SCREEN SHOT.**
- Get link
- X
- Other Apps
Popular posts from this blog
What is Python ? Intoduction of Python
Introduction of Python Python is the most used high-level programming language it's created by GUIDO VAN and first introduced in 1991. Python is contain object-oriented programming feature like java,c++ etc.Also in current time python is used for Data Science, hacking security applications and many other major areas in IT. Python used to execute the command in your terminal, using an interpreter so python use interpreter for run program. Python is open source and python is available for any Operating System like Linux, Unix, Window, MAC, Linux many more. Python is developed in the C++ Object-oriented programming language comparing other language python give you sample code and easy to understand in such are variable creation, define the function, object creation, many other areas.sum sample Arithematic operation in other languages with large and complex logic codes then Python gives this operation with small and sample logic with faster output. How v...
SQL plus and Get Started With Oracle Database 11g Express Edition
How to Install Oracle SQL PLUS When you work on non programmer database then most of users use SQL. SQL is a sample high-level language. In past time IBM co. is found.but its commercially implement by oracle corporation. . To install SQL plus we need to download Oracle 11g Database Express Edition because Express editions are free for use with different user login. Once you have to download the oracle 11g setup from any site I suggest you google search and download from any software site because the Offical site is required to sign up after you are available for download. Using this link and download 11g express edition: https://www.filehorse.com/download-oracle-database-express-32/ If given link not work you can search your way any site. but please download express edition because of its free version of the oracle database. Another way is CD or DVD is available is a good option. insert cd or DVD in DVD ROM then DVD is automatically run and show installat...
WHAT IS HTML & INRODUCTION OF HTML
What is HTML? The language used to develop web pages is called HTML.HTML full forum is HyperText Markup Language . Html is the language interpreted by a browser such as Internet explorer, google chrome, safari, etc. Web Pages are called HTML document and HTML is a set of special codes that can be embedded in the text to add formatting and linking information.Html is specified as TAGS in an HTML document. In Html itself self there is no programming it just the "marking up" of regular text. Marking up text then simply means you add some command or tags to your document in order to tell a web browser how you want the document displayed. THE BASIC POINT FOR LEARNING HTML IS TO CREATE PAGES FOR THE WORLDWIDE WEB. ➤ STRUCTURE OF HTML DOCUMENT: HEAD & BODY SECTIONS BASIC STRUCTURE OF HTML Every HTML document follows this basic structure: ...


Comments
Post a Comment
Thank you for comment and your feedback.