CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Windows – DIR command – How to change the display format of files and folder?

Mostly used command in Windows Operating System at command prompt is DIR command. Sometimes it is required to change the display format depends on the need and readability. Through this Article, we will discuss some of the useful formats the DIR command displays the files and folders. DIR command provides different switches (aka parameters) to […]

XML – XML Structure and Creating DTD

Before you read this article, I recommend reading our previous Article “XML: An Introduction” where we have discussed XML. XML files also look like, HTML pages. Web browsers translate these HTML pages to render the content provided in the HTML. In this article, we take a look at XML structure, what is DTD and how […]

Numeric types and their representation

In every day life we work with Numbers. Numbers are different types and most of us know integer and real numbers. There are different types of Numbers. In this Article, I will explain Numeric types and their representation. There are different numeric types; mainly we use Integers, Floating point numbers and Complex numbers. Integers Integers […]

XML: An Introduction

XML – eXtensible Markup Language is pretty famous standard and widely used for exchanging data over the network. In this article we are going to discuss about XML standard and it’s history. Before discussing about XML standard let’s have a brief look into it’s history. History of XML In earlier days, especially when the Internet […]

How to create Virtual Directory in Internet Information Services (IIS)

Microsoft Internet Information Services (IIS) allows to access information through Web using Virtual Directory. Step (1)     Open Internet Information Services (IIS) Management Console window. Step (2)     Right mouse click on Default Web Site. IIS Management Console window will display the pop-up menu. Click on New… menu item. The window will display Virtual Directory… sub menu. […]

Windows – DIR command – How to display files with specified attributes?

Windows Operating Systems maintains attributes for the files to manage them in the File System. There are different file attributes; read-only files, System files, Archived files etc,. DIR command provides the opportunity to the Users to display the files with specified attributes, through the switch “/A”. For example, below command displays the list of files […]

C Programming – An Introduction

‘C’ is a structured, general purpose high level programming language; initially used to develop the UNIX Operating System in the year 1972 by an American Computer Scientist, Dennis M. Ritchie. He was developed ‘C’ language with his colleague Ken Thomson at Bell Labs. ‘C’ is a structured programming language contains set of code blocks (high level […]

Scroll to top